diff --git a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C index 6c17b1c3aa60..2e2b91cde86f 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C @@ -2,6 +2,8 @@ // Simplified from testcase by Christophe Boyanique +// crash test - XFAIL *-*-* + template struct foo { foo(); }; template foo::foo() {} -T // ERROR - currently an ICE - XFAIL *-*-* +T // ERROR - currently an ICE