p6610a.C: Expect failure on freebsd-elf.
authorJeffrey A Law <law@cygnus.com>
Mon, 7 Jun 1999 23:38:03 +0000 (23:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Jun 1999 23:38:03 +0000 (17:38 -0600)
        * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
Until dynamic thunks work.

From-SVN: r27416

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C

index 295a2c7..55bbc92 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
+
        * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
        * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
 
index b9ea4b7..a6ca828 100644 (file)
@@ -1,6 +1,6 @@
 // prms-id: 6610
 // There is a bug in vtable thunks with multiple/virtual inheritance.
-// execution test - XFAIL *-*-linux-gnu *-*-linux
+// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsdelf*
 int fail = 1;
 struct B;
 struct A { virtual int f(const B*) = 0; int g(const B*); };