From: Jason Merrill Date: Wed, 28 Oct 1998 23:08:06 +0000 (-0500) Subject: up X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63ece2d2779b1aaad137beabe029a9575994b640;p=gcc.git up From-SVN: r23417 --- 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;