added crash test XFAIL
authorAlexandre Oliva <oliva@gcc.gnu.org>
Thu, 26 Nov 1998 20:39:54 +0000 (20:39 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Thu, 26 Nov 1998 20:39:54 +0000 (20:39 +0000)
From-SVN: r23913

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

index 6c17b1c3aa605de0eed065024b0ff1d7e482e751..2e2b91cde86f0c1b5b92b1f413c8487c56c8be8e 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