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

From-SVN: r168911
This commit is contained in:
Rainer Orth 2011-01-17 16:58:23 +00:00 committed by Rainer Orth
parent d7fde127b8
commit 6c7d1b312d
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 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a

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)