diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.mike/p6610a.C | 2 | ||||
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.robertl/eb55.C | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 198054b..76cf1e8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C b/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C index 3d8b07b..2ec79fa 100644 --- a/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C +++ b/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C @@ -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*); }; diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C index 4ba4b54..11f98bb 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C @@ -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 |
