From: Rainer Orth Date: Mon, 17 Jan 2011 17:12:53 +0000 (+0000) Subject: * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. X-Git-Tag: releases/gcc-4.4.6~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6968f3099df06fe410dcae99e33d06b7b5c8571;p=thirdparty%2Fgcc.git * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. From-SVN: r168913 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c5c80e5af2e6..89dd0f3ab46f 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)