* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.

From-SVN: r102766
This commit is contained in:
Joern Rennecke 2005-08-05 16:07:00 +01:00
parent b01896ccb0
commit 688ac5b416

View File

@ -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. */