Fix xscale-elf gcc testsuite failure.

* gcc.dg/intmax_t-1.c: Disable for xscale*-*-elf*.

From-SVN: r104022
This commit is contained in:
James E Wilson 2005-09-07 17:30:48 -07:00 committed by Jim Wilson
parent 638993041d
commit 1da2e496b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-09-07 James E Wilson <wilson@specifix.com>
* gcc.dg/intmax_t-1.c: Disable for xscale*-*-elf*.
2005-09-07 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.dg/parameter+save.f90: Rename to

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* sh*-*-elf } 0 } */
/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* sh*-*-elf } 0 } */
/* Compile with -Wall to get a warning if built-in and system intmax_t don't
match. */