aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c99-intconst-1.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2002-01-23 18:12:37 +0000
committerZack Weinberg <zack@gcc.gnu.org>2002-01-23 18:12:37 +0000
commitd0a8f4e4b0355afd8e88b06feb268ce421322db5 (patch)
tree8a51cb24168b517198e7ae1d7e27d62fd76071e3 /gcc/testsuite/gcc.dg/c99-intconst-1.c
parent807633e5a30bbc6229c7cd46c2b69ab52eb45b6c (diff)
downloadgcc-d0a8f4e4b0355afd8e88b06feb268ce421322db5.zip
gcc-d0a8f4e4b0355afd8e88b06feb268ce421322db5.tar.gz
gcc-d0a8f4e4b0355afd8e88b06feb268ce421322db5.tar.bz2
* gcc.dg/c99-intconst-1.c: Mark XFAIL.
From-SVN: r49143
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-intconst-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/c99-intconst-1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-intconst-1.c b/gcc/testsuite/gcc.dg/c99-intconst-1.c
index 629b0bc..ffe87b0 100644
--- a/gcc/testsuite/gcc.dg/c99-intconst-1.c
+++ b/gcc/testsuite/gcc.dg/c99-intconst-1.c
@@ -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. */