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

From-SVN: r49143
This commit is contained in:
Zack Weinberg 2002-01-23 18:12:37 +00:00 committed by Zack Weinberg
parent 807633e5a3
commit d0a8f4e4b0
2 changed files with 9 additions and 0 deletions

View 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.

View 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. */