This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Solaris 2.5.1 doesn't have <inttypes.h>, unlike Solaris 2.6 and beyond.

Applied to mainline.


2004-11-15 ?Eric Botcazou ?<ebotcazou@libertysurf.fr>

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


-- 
Eric Botcazou
Index: gcc.dg/intmax_t-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/intmax_t-1.c,v
retrieving revision 1.1
diff -u -r1.1 intmax_t-1.c
--- gcc.dg/intmax_t-1.c	5 Aug 2004 00:38:31 -0000	1.1
+++ gcc.dg/intmax_t-1.c	15 Nov 2004 07:36:57 -0000
@@ -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.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]