]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*.
authorBob Wilson <bob.wilson@acm.org>
Tue, 1 Nov 2005 18:16:46 +0000 (18:16 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Tue, 1 Nov 2005 18:16:46 +0000 (18:16 +0000)
From-SVN: r106337

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

index 388c59f8173c4066cd44a06ed4bc10286e22ed04..09504fca73b897b277bd1ea7a62a3c57af4da5bb 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-01  Bob Wilson  <bob.wilson@acm.org>
+
+       * gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*.
+
 2005-11-01  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/21565
index 89ba030cace1d522de1f8811c197c6bd5a9b9db7..bcfb51cf7066ec351d19823831e1f4d4a67d587e 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target *-*-solaris2.5.1 mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* } 0 } */
+/* { dg-error "" "" { target *-*-solaris2.5.1 mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* xtensa-*-elf* } 0 } */
 
 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */
This page took 0.091748 seconds and 5 git commands to generate.