From: Zack Weinberg Date: Wed, 28 Apr 1999 06:46:53 +0000 (+0000) Subject: Adjust so it actually tests something other than a preprocessor quirk; mark XFAIL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94ff101fbd669d656b0120207cc2bf3ca311ece1;p=gcc.git Adjust so it actually tests something other than a preprocessor quirk; mark XFAIL From-SVN: r26687 --- 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 template struct foo { foo(); }; template foo::foo() {} -T // ERROR - currently an ICE \ No newline at end of file +T; // ERROR - ICE - XFAIL *-*-*