From: J"orn Rennecke Date: Thu, 22 Sep 2005 18:53:24 +0000 (+0000) Subject: intmax_t-1.c: Remove sh*-*-elf from dg-error statement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9931b5b67e02b934eb8d69c1728b831bde7d0a6;p=gcc.git intmax_t-1.c: Remove sh*-*-elf from dg-error statement. * gcc.dg/intmax_t-1.c: Remove sh*-*-elf from dg-error statement. (problem was fixed by Jeff Johnston's addition of libc/include/stdint.h to newlib) From-SVN: r104536 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d71ac3cf2dc..34c6f4aaee9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-09-22 J"orn Rennecke + + * gcc.dg/intmax_t-1.c: Remove sh*-*-elf from dg-error statement. + 2005-09-22 Jakub Jelinek PR c++/21983 diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c index 9fb8d5d5910..e448d817eef 100644 --- a/gcc/testsuite/gcc.dg/intmax_t-1.c +++ b/gcc/testsuite/gcc.dg/intmax_t-1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ -/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* sh*-*-elf } 0 } */ +/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* } 0 } */ /* Compile with -Wall to get a warning if built-in and system intmax_t don't match. */