added crash test XFAIL
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 1998 20:39:54 +0000 (20:39 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 1998 20:39:54 +0000 (20:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23913 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.pt/decl2.C

index 6c17b1c..2e2b91c 100644 (file)
@@ -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