p6610a.C: This test no longer fails.
* g++.old-deja/g++.mike/p6610a.C: This test no longer fails. * g++.old-deja/g++.robertl/eb55.C: Likewise. From-SVN: r37674
This commit is contained in:
parent
cac78ea281
commit
71ca6fe964
@ -1,3 +1,8 @@
|
||||
2000-11-22 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
|
||||
* g++.old-deja/g++.robertl/eb55.C: Likewise.
|
||||
|
||||
2000-11-22 Neil Booth <neilb@earthling.net>
|
||||
|
||||
* gcc.dg/cpp/Wtrigraphs.c: New test.
|
||||
|
@ -1,6 +1,6 @@
|
||||
// prms-id: 6610
|
||||
// There is a bug in vtable thunks with multiple/virtual inheritance.
|
||||
// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd*
|
||||
|
||||
int fail = 1;
|
||||
struct B;
|
||||
struct A { virtual int f(const B*) = 0; int g(const B*); };
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Build don't link:
|
||||
// Since the constructor is in streambuf.h, additional diagnostics are
|
||||
// produced, which are not really supported in the old-deja framework
|
||||
// excess errors test - XFAIL *-*-*
|
||||
|
||||
#include <strstream.h>
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user