aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-10-28 18:08:06 -0500
committerJason Merrill <jason@gcc.gnu.org>1998-10-28 18:08:06 -0500
commit63ece2d2779b1aaad137beabe029a9575994b640 (patch)
tree504f614e44eb30207a485f80b0d0dd7a83c1af1c /gcc
parente2c314329351294b1b8c68e6c048bbb08f9707fa (diff)
downloadgcc-63ece2d2779b1aaad137beabe029a9575994b640.zip
gcc-63ece2d2779b1aaad137beabe029a9575994b640.tar.gz
gcc-63ece2d2779b1aaad137beabe029a9575994b640.tar.bz2
up
From-SVN: r23417
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/crash21.C1
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/overload5.C2
4 files changed, 0 insertions, 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 4944d11..c84809b 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 6cf4118..296356b 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 <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() {}
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C
index a2812cf..70eefcb 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 ca1a0d3..73bf535 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 <class T> void foo();
void (*bar)() = foo<void>;