diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/intmax_t-1.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3ac7072..a9da93f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2004-11-28 Hans-Peter Nilsson <hp@bitrange.com> + PR target/18345 + * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error. + PR target/18337 * gcc.dg/array-quals-1.c: Xfail for mmix-*-*. diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c index a23f46a..4ee9e12 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 } 0 } */ +/* { dg-error "" "" { target *-*-solaris2.5.1 mmix-*-* } 0 } */ /* Compile with -Wall to get a warning if built-in and system intmax_t don't match. */ |