aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorZack Weinberg <zack@rabi.columbia.edu>1999-04-28 06:46:53 +0000
committerZack Weinberg <zack@rabi.columbia.edu>1999-04-28 06:46:53 +0000
commitcffcea0b42ba4881c912116ae8b234975b356fdc (patch)
tree8de6a1cdb0a0fe13cc54933c5aa2cf795a8ade6b /gcc/testsuite
parenta58b118a207cd7fe34edd7cc1531706136af5d38 (diff)
Adjust so it actually tests something other than a preprocessor quirk; mark XFAIL
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26687 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/decl2.C3
1 files changed, 2 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 53359e8b836..3b4825b6cda 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C
@@ -1,7 +1,8 @@
// Build don't link:
+// crash test - XFAIL *-*-*
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
template <class T> struct foo { foo(); };
template<class T> foo<T>::foo() {}
-T // ERROR - currently an ICE \ No newline at end of file
+T; // ERROR - ICE - XFAIL *-*-*