* g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.

From-SVN: r168913
This commit is contained in:
Rainer Orth 2011-01-17 17:12:53 +00:00 committed by Rainer Orth
parent 3ef2922603
commit e6968f3099
2 changed files with 5 additions and 1 deletions

View 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

View 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)