Commit 71ca6fe9 by Mark Mitchell Committed by Mark Mitchell

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
parent cac78ea2
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> 2000-11-22 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/Wtrigraphs.c: New test. * gcc.dg/cpp/Wtrigraphs.c: New test.
......
// 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 *-*-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*); };
......
// Build don't link: // Build don't link:
// Since the constructor is in streambuf.h, additional diagnostics are // Since the constructor is in streambuf.h, additional diagnostics are
// produced, which are not really supported in the old-deja framework // produced, which are not really supported in the old-deja framework
// excess errors test - XFAIL *-*-*
#include <strstream.h> #include <strstream.h>
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment