Fix xscale-elf gcc testsuite failure.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Sep 2005 00:30:48 +0000 (00:30 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Sep 2005 00:30:48 +0000 (00:30 +0000)
* gcc.dg/intmax_t-1.c: Disable for xscale*-*-elf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104022 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/intmax_t-1.c

index 400aaf8..a1f0c89 100644 (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
index bdcd9e2..9fb8d5d 100644 (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.  */