From 63ece2d2779b1aaad137beabe029a9575994b640 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 28 Oct 1998 18:08:06 -0500 Subject: [PATCH] up From-SVN: r23417 --- gcc/testsuite/g++.old-deja/g++.pt/crash21.C | 1 - gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C | 2 -- gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C | 2 -- gcc/testsuite/g++.old-deja/g++.pt/overload5.C | 2 -- 4 files changed, 7 deletions(-) diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash21.C b/gcc/testsuite/g++.old-deja/g++.pt/crash21.C index 4944d118edd..c84809b38dc 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/crash21.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/crash21.C @@ -1,6 +1,5 @@ // Build don't link: // Special g++ Options: -// crash test - XFAIL class Pooled { diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C index 6cf4118fdc3..296356b713f 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C @@ -5,8 +5,6 @@ // Submitted by Melissa O'Neill // the vtable of Foo wouldn't be generated -// excess errors test - XFAIL *-*-* - template struct Foo { virtual void foo() {} diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C index a2812cf6931..70eefcbb455 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C @@ -2,8 +2,6 @@ // Additional sources: instantiate5.cc instantiate5-main.cc -// excess errors test - XFAIL *-*-* - // `global constructors' are given the same name, based on foo(), on // both translation units, which is wrong, because it must be possible // to define template functions in multiple translation units, as long diff --git a/gcc/testsuite/g++.old-deja/g++.pt/overload5.C b/gcc/testsuite/g++.old-deja/g++.pt/overload5.C index ca1a0d3b2d7..73bf5354221 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/overload5.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/overload5.C @@ -1,7 +1,5 @@ // Build don't link: -// crash test - XFAIL *-*-* - template void foo(); void (*bar)() = foo; -- 2.30.2