* g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 17 Jan 2011 16:58:23 +0000 (16:58 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 17 Jan 2011 16:58:23 +0000 (16:58 +0000)
From-SVN: r168911

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/init19.C

index 45ff35136736eefa0dc7ae5ef93387a029e5d24e..d40462765d80e16a66308a13b5e6c479c89e12e1 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
+
 2011-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a
index 1c686841243d962a46d7df5ec46effe650603f99..bcbe82287dcabb1f69cf3f6a27ff4d3401a6b6a8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
+// { dg-do run { xfail { { ! cxa_atexit } && { ! { mips-sgi-irix* *-*-solaris2* } } } } }
 #include <stdlib.h>
 
 #define assert(x) do { if (! (x)) abort(); } while (0)