Commit 3f8ac8a2 by Jeffrey A Law Committed by Jeff Law

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
parent 12a8f312
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.
......
// 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*); };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment