From 71ca6fe9644beaa868139fffb89b6effdae748d9 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 22 Nov 2000 23:10:04 +0000 Subject: 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.old-deja/g++.mike/p6610a.C | 2 +- gcc/testsuite/g++.old-deja/g++.robertl/eb55.C | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') 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 + + * 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 * 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 void -- cgit v1.1