aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@st.com>2005-09-22 18:53:24 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2005-09-22 19:53:24 +0100
commite9931b5b67e02b934eb8d69c1728b831bde7d0a6 (patch)
treefd04794c9bdb324e415f7104a9735aa4e0326706 /gcc/testsuite/gcc.dg
parent16a1369ec35a3941e274bce2bf45dd1d12dbb2df (diff)
downloadgcc-e9931b5b67e02b934eb8d69c1728b831bde7d0a6.zip
gcc-e9931b5b67e02b934eb8d69c1728b831bde7d0a6.tar.gz
gcc-e9931b5b67e02b934eb8d69c1728b831bde7d0a6.tar.bz2
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
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 9fb8d5d..e448d81 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. */