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:
parent
12a8f312a5
commit
3f8ac8a23b
@ -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.
|
||||
|
||||
|
@ -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*); };
|
||||
|
Loading…
Reference in New Issue
Block a user