p6610a.C: Expect failure on freebsd-elf.

* g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
Until dynamic thunks work.

From-SVN: r27416
This commit is contained in:
Jeffrey A Law 1999-06-07 23:38:03 +00:00 committed by Jeff Law
parent 12a8f312a5
commit 3f8ac8a23b
2 changed files with 3 additions and 1 deletions

View 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.

View 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*); };