summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/intmax_t-1.c
diff options
context:
space:
mode:
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-01 18:16:46 +0000
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-01 18:16:46 +0000
commit6b82c70e9abd2a35872a9c3a6a8f3da822c5010e (patch)
treeaa6228ddae1aeffda927bcb4fcad0d012fd8a0e2 /gcc/testsuite/gcc.dg/intmax_t-1.c
parent8226103219855b7f52182aa3e6c39d9380a668db (diff)
downloadgcc-6b82c70e9abd2a35872a9c3a6a8f3da822c5010e.tar.gz
* gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106337 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/intmax_t-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/intmax_t-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c
index 89ba030cace..bcfb51cf706 100644
--- a/gcc/testsuite/gcc.dg/intmax_t-1.c
+++ b/gcc/testsuite/gcc.dg/intmax_t-1.c
@@ -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. */