diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-11-15 08:39:35 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-11-15 07:39:35 +0000 |
commit | 23e09df4c847e1c17d93513d7563891b9b26175d (patch) | |
tree | 48929c33fe59da60914719fe1db577353de4b522 /gcc/testsuite/gcc.dg/intmax_t-1.c | |
parent | c7bfff32f376f1de8e15e7cfd25bb21ada0277ce (diff) | |
download | gcc-23e09df4c847e1c17d93513d7563891b9b26175d.zip gcc-23e09df4c847e1c17d93513d7563891b9b26175d.tar.gz gcc-23e09df4c847e1c17d93513d7563891b9b26175d.tar.bz2 |
* gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
From-SVN: r90654
Diffstat (limited to 'gcc/testsuite/gcc.dg/intmax_t-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/intmax_t-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c index 799d00c..a23f46a 100644 --- a/gcc/testsuite/gcc.dg/intmax_t-1.c +++ b/gcc/testsuite/gcc.dg/intmax_t-1.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ +/* { dg-error "" "" { target *-*-solaris2.5.1 } 0 } */ /* Compile with -Wall to get a warning if built-in and system intmax_t don't match. */ |