diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-27 03:25:42 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-27 03:25:42 +0000 |
commit | ce7d41e90527f44d5ca45db9364ba4cc0226f6e6 (patch) | |
tree | ae37f0ee0579a7c97fdc92d5ac5617f84e0ff995 /gcc/testsuite/gcc.dg/intmax_t-1.c | |
parent | f6db3928253bbf51338ebfccf1be04f1baba78de (diff) | |
download | gcc-ce7d41e90527f44d5ca45db9364ba4cc0226f6e6.tar.gz |
2005-11-26 Eric Christopher <echristo@apple.com>
* gcc.dg/intmax_t-1.c: Remove mips xfail.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107562 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 bcfb51cf706..80893401c34 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* xtensa-*-elf* } 0 } */ +/* { dg-error "" "" { target *-*-solaris2.5.1 *arm*-*-*elf* xscale*-*-elf* xtensa-*-elf* } 0 } */ /* Compile with -Wall to get a warning if built-in and system intmax_t don't match. */ |