XFAIL gcc.dg/c99-intconst-1.c

Zack Weinberg zack@codesourcery.com
Wed Jan 23 10:25:00 GMT 2002


The fix for c99-intconst-1.c is my patch to overhaul integer constant
parsing, which is much too invasive to make it into 3.1 right now.  It
is not a regression from any previous release; it tests the C99 type
selection rules, which we've never implemented.  Therefore, I'm marking
this test XFAIL.

I intend to come back to the parsing patch after 3.1 branches.

zw

	* gcc.dg/c99-intconst-1.c: Mark XFAIL.

===================================================================
Index: testsuite/gcc.dg/c99-intconst-1.c
--- testsuite/gcc.dg/c99-intconst-1.c	2001/11/20 12:29:30	1.1
+++ testsuite/gcc.dg/c99-intconst-1.c	2002/01/23 18:11:58
@@ -4,6 +4,11 @@
 /* { dg-do compile } */
 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
 
+/* C99 type selection didn't make it into 3.1, so this test
+   will fail on one or two entries; which ones depends on the
+   platform.
+   { dg-excess-errors "c99 not yet" } */
+
 #include <limits.h>
 
 /* Assertion that constant C is of type T.  */



More information about the Gcc-patches mailing list