* gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.

From-SVN: r90654
This commit is contained in:
Eric Botcazou 2004-11-15 08:39:35 +01:00 committed by Eric Botcazou
parent c7bfff32f3
commit 23e09df4c8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
2004-11-14 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.c-torture/execute/20041114-1.c: New test.

View File

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