summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/decl2.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C
index 6c17b1c3aa6..2e2b91cde86 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C
@@ -2,6 +2,8 @@
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
+// crash test - XFAIL *-*-*
+
template <class T> struct foo { foo(); };
template<class T> foo<T>::foo() {}
-T // ERROR - currently an ICE - XFAIL *-*-*
+T // ERROR - currently an ICE
OpenPOWER on IntegriCloud