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 to xfail c99_classification_macros_c.cc on *-*-linux*


The libstdc++ test c99_classification_macros_c.cc is XFAILed on 
*-*-linux-gnu.  This misses suffixed target triplets such as 
arm-none-linux-gnueabi or powerpc-none-linux-gnuspe.  This patch XFAILs 
this test on the more widely used pattern *-*-linux*.  OK to commit to 
mainline, and corresponding patches to 4.0 and 3.4 branches?

2005-09-10  Joseph S. Myers  <joseph@codesourcery.com>

	* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
	XFAIL on *-*-linux*, not *-*-linux-gnu.

--- c99_classification_macros_c.cc.orig	2005-08-19 12:08:55.000000000 +0000
+++ c99_classification_macros_c.cc	2005-09-10 00:52:54.000000000 +0000
@@ -27,8 +27,8 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// { dg-do compile { xfail *-*-linux-gnu *-*-darwin* } }
-// { dg-excess-errors "" { target *-*-linux-gnu *-*-darwin* } }
+// { dg-do compile { xfail *-*-linux* *-*-darwin* } }
+// { dg-excess-errors "" { target *-*-linux* *-*-darwin* } }
 
 #include <math.h>
 

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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