up
authorJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 23:08:06 +0000 (18:08 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 23:08:06 +0000 (18:08 -0500)
From-SVN: r23417

gcc/testsuite/g++.old-deja/g++.pt/crash21.C
gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C
gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C
gcc/testsuite/g++.old-deja/g++.pt/overload5.C

index 4944d118edd20be29eab3b121510e08ce9a539d1..c84809b38dc218a735321daff9f62347fa1a3151 100644 (file)
@@ -1,6 +1,5 @@
 // Build don't link:
 // Special g++ Options:
-// crash test - XFAIL
 
 class Pooled
 {
index 6cf4118fdc3f3ce3e3e651b1b8c0f082db666e22..296356b713f8e95c3879c94492e22f1181dcc350 100644 (file)
@@ -5,8 +5,6 @@
 // Submitted by Melissa O'Neill <oneill@cs.sfu.ca>
 // the vtable of Foo<int> wouldn't be generated
 
-// excess errors test - XFAIL *-*-*
-
 template <typename A>
 struct Foo {
    virtual void foo() {}
index a2812cf69311cd74aa3ee6dc4025f30f77e7b3dd..70eefcbb455352f8e5c70fef8216678cc7078bcf 100644 (file)
@@ -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
index ca1a0d3b2d74895ba79672a959b646cf134b27c1..73bf5354221f1449d87212dac84517125855f8e8 100644 (file)
@@ -1,7 +1,5 @@
 // Build don't link:
 
-// crash test - XFAIL *-*-*
-
 template <class T> void foo();
 
 void (*bar)() = foo<void>;