* g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
From-SVN: r168911
This commit is contained in:
parent
d7fde127b8
commit
6c7d1b312d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue