* gcc.dg/intmax_t-1.c: Remove sh*-*-elf from dg-error statement.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2005 18:53:24 +0000 (18:53 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2005 18:53:24 +0000 (18:53 +0000)
(problem was fixed by Jeff Johnston's addition of libc/include/stdint.h
 to newlib)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104536 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d71ac3c..34c6f4a 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-22  J"orn Rennecke <joern.rennecke@st.com>
+
+       * gcc.dg/intmax_t-1.c: Remove sh*-*-elf from dg-error statement.
+
 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/21983
index 9fb8d5d..e448d81 100644 (file)
@@ -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.  */