summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-22 18:53:24 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-22 18:53:24 +0000
commitf4ff44714686e055da89f748772b88d3fe243a8e (patch)
treefd04794c9bdb324e415f7104a9735aa4e0326706 /gcc/testsuite/gcc.dg
parent22d4ab2c6312dbf7ff4eff4895269c02be88f341 (diff)
downloadgcc-f4ff44714686e055da89f748772b88d3fe243a8e.tar.gz
* 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) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/intmax_t-1.c2
1 files changed, 1 insertions, 1 deletions
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. */