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

From-SVN: r37314
This commit is contained in:
Loren J. Rittle 2000-11-08 10:08:28 +00:00 committed by Gerald Pfeifer
parent 5344f47fd0
commit f0cbb7aca8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.

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 *-*-freebsdelf*
// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd*
int fail = 1;
struct B;
struct A { virtual int f(const B*) = 0; int g(const B*); };