]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 17:06:03 +0000 (17:06 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 17 Jan 2011 17:06:03 +0000 (17:06 +0000)
From-SVN: r168912

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

index 695cc8d9bfda54acdaa5a10f3ac3286b89403a5e..584400fd147307986a78740178e1367a0c8e1975 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  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from mainline
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)