From 89d86f13972288577b347c589aa8cbb059b826f5 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 1 Nov 2005 18:16:46 +0000 Subject: [PATCH] * gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*. From-SVN: r106337 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/intmax_t-1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 388c59f8173..09504fca73b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Bob Wilson + + * gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*. + 2005-11-01 Paul Thomas PR fortran/21565 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. */ -- 2.30.2