Skip to content
Snippets Groups Projects
Commit f0cbb7ac authored by Loren J. Rittle's avatar Loren J. Rittle Committed by Gerald Pfeifer
Browse files

* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.

From-SVN: r37314
parent 5344f47f
No related branches found
No related tags found
No related merge requests found
2000-11-06 Loren J. Rittle <ljrittle@acm.org>
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com> 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
* gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*. * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
......
// prms-id: 6610 // prms-id: 6610
// There is a bug in vtable thunks with multiple/virtual inheritance. // There is a bug in vtable thunks with multiple/virtual inheritance.
// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsdelf* // execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd*
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*); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment