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:
Mark Mitchell 2000-11-22 23:10:04 +00:00 committed by Mark Mitchell
parent cac78ea281
commit 71ca6fe964
3 changed files with 7 additions and 2 deletions

View File

@ -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.

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 *-*-freebsd*
int fail = 1;
struct B;
struct A { virtual int f(const B*) = 0; int g(const B*); };

View File

@ -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