Commit d47d138a by Jeff Law

Flip expectedness for some linux systems.

From-SVN: r17645
parent e535528b
// prms-id: 6610 // prms-id: 6610
// There is a bug in vtable thunks with multiple/virtual inheritance.
// execution test fails - XFAIL *-*-linux-gnu *-*-linux
int fail = 1; int fail = 1;
struct B; struct B;
struct A { virtual int f(const B*) = 0; int g(const 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