From: Alexandre Oliva Date: Sat, 3 Oct 1998 10:55:59 +0000 (+0000) Subject: mark as crash failure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e5c3ba5970580bb41517287d4614dd07ac638f0;p=gcc.git mark as crash failure From-SVN: r22773 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl2.C b/gcc/testsuite/g++.old-deja/g++.other/decl2.C index e50a7e75278..35046504fb4 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/decl2.C +++ b/gcc/testsuite/g++.old-deja/g++.other/decl2.C @@ -1,7 +1,9 @@ // Build don't link: // Based on a test-case by Maciej Radziejewski -int i(0)(1); // ERROR - multiple initialization - XCRASH *-*-* +// crash test - XFAIL *-*-* + +int i(0)(1); // ERROR - multiple initialization int j(2) = 3; // ERROR - multiple initialization int k(4)(5)(6); // ERROR - multiple initialization int m, n(7)(8); // ERROR - multiple initialization