OSDN Git Service

up
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 23:08:06 +0000 (23:08 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 23:08:06 +0000 (23:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23417 138bc75d-0d04-0410-961f-82ee72b054a4

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 4944d11..c84809b 100644 (file)
@@ -1,6 +1,5 @@
 // Build don't link:
 // Special g++ Options:
-// crash test - XFAIL
 
 class Pooled
 {
index 6cf4118..296356b 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 a2812cf..70eefcb 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 ca1a0d3..73bf535 100644 (file)
@@ -1,7 +1,5 @@
 // Build don't link:
 
-// crash test - XFAIL *-*-*
-
 template <class T> void foo();
 
 void (*bar)() = foo<void>;