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]

Committed, gcc.dg/intmax_t-1.c: Remove mmix-*-* from dg-errorstatement


There's now apparently an inttypes.h for newlib targets.

	* gcc.dg/intmax_t-1.c: Remove mmix-*-* from dg-error statement.

Index: intmax_t-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/intmax_t-1.c,v
retrieving revision 1.8
diff -p -u -r1.8 intmax_t-1.c
--- intmax_t-1.c	22 Sep 2005 18:53:24 -0000	1.8
+++ intmax_t-1.c	13 Oct 2005 00:47:04 -0000
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* } 0 } */
+/* { dg-error "" "" { target *-*-solaris2.5.1 mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* } 0 } */

 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */

brgds, H-P


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