This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] Don't XFAIL g++.old-deja/g++.other/init19.C on IRIX


g++.old-deja/g++.other/init19.C XPASSes on both IRIX 5.3 and 6.5 on
mainline and 4.4/4.5 branches.

The following patch fixes this.

Tested with the appropriate runtest invocation on mips-sgi-irix6.5,
alpha-dec-osf5.1b, and i386-pc-solaris2.11, applied to mainline, 4.4 and
4.5 branches.

	Rainer


2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

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

diff -r 914e3d69d206 gcc/testsuite/g++.old-deja/g++.other/init19.C
--- a/gcc/testsuite/g++.old-deja/g++.other/init19.C	Fri Jan 14 21:33:57 2011 +0100
+++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C	Fri Jan 14 21:44:51 2011 +0100
@@ -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)


-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]