]> 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:12:53 +0000 (17:12 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 17 Jan 2011 17:12:53 +0000 (17:12 +0000)
From-SVN: r168913

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

index c5c80e5af2e6b8db2b3dbf6b7d8810da21c83b8b..89dd0f3ab46f25f746e6a827e40938761e3bab0f 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)