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]

PATCH, v3: remove XPASS


On both x86_64-linux and powerpc*-linux, this test passes.  At first
glance, it seems that removing the xfail for *-*-linux* is the right
thing to do.  Yes?


2009-07-24  Ben Elliston  <bje@au.ibm.com>

	* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	Remove xfail for *-*-linux*.

Index: testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc
===================================================================
--- testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc	(revision 150032)
+++ testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc	(working copy)
@@ -19,8 +19,8 @@
 
 
 // { dg-do compile }
-// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
-// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } }
+// { dg-xfail-if "" { { *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
+// { dg-excess-errors "" { target { { *-*-darwin[3-7]* } || { uclibc || newlib } } } }
 
 #include <math.h>
 



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