]> gcc.gnu.org Git - gcc.git/commitdiff
Fix xscale-elf gcc testsuite failure.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 8 Sep 2005 00:30:48 +0000 (17:30 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 8 Sep 2005 00:30:48 +0000 (17:30 -0700)
* gcc.dg/intmax_t-1.c: Disable for xscale*-*-elf*.

From-SVN: r104022

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

index 400aaf89af148b132682e9e39d9053f583d3d819..a1f0c89ac1d2a6eed1f037a567796e5149b8bc37 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 bdcd9e212a6452dcb0a07952604b423f07992b73..9fb8d5d5910dfdc99b8ff77279be9368dea6dd17 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.  */
This page took 0.098736 seconds and 5 git commands to generate.