* gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 15 Nov 2004 07:39:35 +0000 (08:39 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 15 Nov 2004 07:39:35 +0000 (07:39 +0000)
From-SVN: r90654

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

index 3fda6f68c2fd9537e0fb0b31471a971d2c7c1839..cc7cb25c074e02bd2cebccc79b769cd9b1fe8bb2 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 799d00cfdbc36155465076e6c54d76865c2cb8ad..a23f46aff736e3fa7b43752daed641f6aca3e589 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.  */