OSDN Git Service

* gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 07:39:35 +0000 (07:39 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 07:39:35 +0000 (07:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90654 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/intmax_t-1.c

index 3fda6f6..cc7cb25 100644 (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.
index 799d00c..a23f46a 100644 (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.  */