Adjust so it actually tests something other than a preprocessor quirk; mark XFAIL
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 28 Apr 1999 06:46:53 +0000 (06:46 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 28 Apr 1999 06:46:53 +0000 (06:46 +0000)
From-SVN: r26687

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

index 53359e8b8366ecd11886580ecaf3c3924a757615..3b4825b6cda901539ae60580ed3e906663940f64 100644 (file)
@@ -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 *-*-*