OSDN Git Service

* gcc.dg/c99-intconst-1.c: Mark XFAIL.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2002 18:12:37 +0000 (18:12 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2002 18:12:37 +0000 (18:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49143 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-intconst-1.c

index 67c4465..414c694 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-23  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.dg/c99-intconst-1.c: Mark XFAIL.
+
 2002-01-22  Richard Henderson  <rth@redhat.com>
 
        * gcc.dg/20020122-4.c: New.
index 629b0bc..ffe87b0 100644 (file)
@@ -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.  */