mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-01 15:54:17 +08:00
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
From-SVN: r37314
This commit is contained in:
parent
5344f47fd0
commit
f0cbb7aca8
@ -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.*.
|
||||
|
@ -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*); };
|
||||
|
Loading…
Reference in New Issue
Block a user