diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-11-22 23:10:04 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-11-22 23:10:04 +0000 |
commit | 71ca6fe9644beaa868139fffb89b6effdae748d9 (patch) | |
tree | cba923ee09d627b5b2201257476b256ddedbaded | |
parent | cac78ea2814a35a8e797ba0ed6ab1f24531df18a (diff) | |
download | gcc-71ca6fe9644beaa868139fffb89b6effdae748d9.zip gcc-71ca6fe9644beaa868139fffb89b6effdae748d9.tar.gz gcc-71ca6fe9644beaa868139fffb89b6effdae748d9.tar.bz2 |
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
-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 |