From d6a03ccb2a3a45d026e23894f468bb28fd50b8ad Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 17 Jan 2011 17:06:03 +0000 Subject: [PATCH] * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. From-SVN: r168912 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.other/init19.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.47.2