diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-11-01 18:16:46 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2005-11-01 18:16:46 +0000 |
commit | 89d86f13972288577b347c589aa8cbb059b826f5 (patch) | |
tree | aa6228ddae1aeffda927bcb4fcad0d012fd8a0e2 /gcc/testsuite/gcc.dg | |
parent | 85333688895cefaebe95c3023f803f8852e0c82b (diff) | |
download | gcc-89d86f13972288577b347c589aa8cbb059b826f5.zip gcc-89d86f13972288577b347c589aa8cbb059b826f5.tar.gz gcc-89d86f13972288577b347c589aa8cbb059b826f5.tar.bz2 |
* gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*.
From-SVN: r106337
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-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 89ba030..bcfb51c 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. */ |