From: Eric Botcazou Date: Mon, 15 Nov 2004 07:39:35 +0000 (+0100) Subject: * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23e09df4c847e1c17d93513d7563891b9b26175d;p=gcc.git * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1. From-SVN: r90654 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3fda6f68c2f..cc7cb25c074 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-15 Eric Botcazou + + * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1. + 2004-11-14 Zdenek Dvorak * gcc.c-torture/execute/20041114-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c index 799d00cfdbc..a23f46aff73 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. */