aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2005-08-05 16:07:00 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2005-08-05 16:07:00 +0100
commit688ac5b41660d6b3753dc817356d7587c268c0f2 (patch)
tree719778623a271ffaf7c891cf400f978ef08ca9b7 /gcc
parentb01896ccb0a02667725d3c39ba016ffaffaf10f1 (diff)
downloadgcc-688ac5b41660d6b3753dc817356d7587c268c0f2.zip
gcc-688ac5b41660d6b3753dc817356d7587c268c0f2.tar.gz
gcc-688ac5b41660d6b3753dc817356d7587c268c0f2.tar.bz2
* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
From-SVN: r102766
Diffstat (limited to 'gcc')
-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 6c9820a..bdcd9e2 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* } 0 } */
+/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* sh*-*-elf } 0 } */
/* Compile with -Wall to get a warning if built-in and system intmax_t don't
match. */