diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-01 18:16:46 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-01 18:16:46 +0000 |
commit | 6b82c70e9abd2a35872a9c3a6a8f3da822c5010e (patch) | |
tree | aa6228ddae1aeffda927bcb4fcad0d012fd8a0e2 /gcc/testsuite/gcc.dg/intmax_t-1.c | |
parent | 8226103219855b7f52182aa3e6c39d9380a668db (diff) | |
download | gcc-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.c | 2 |
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. */ |