From: Rainer Orth Date: Mon, 17 Jan 2011 17:06:03 +0000 (+0000) Subject: * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. X-Git-Tag: releases/gcc-4.5.3~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a03ccb2a3a45d026e23894f468bb28fd50b8ad;p=thirdparty%2Fgcc.git * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. From-SVN: r168912 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 695cc8d9bfda..584400fd1473 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-01-17 Rainer Orth + + * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. + 2011-01-17 H.J. Lu Backport from mainline diff --git a/gcc/testsuite/g++.old-deja/g++.other/init19.C b/gcc/testsuite/g++.old-deja/g++.other/init19.C index 1c686841243d..bcbe82287dca 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/init19.C +++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } } +// { dg-do run { xfail { { ! cxa_atexit } && { ! { mips-sgi-irix* *-*-solaris2* } } } } } #include #define assert(x) do { if (! (x)) abort(); } while (0)