diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/20020313-1.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 30774a2..34e7581 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-08-22 Mark Mitchell <mark@codesourcery.com> + * gcc.dg/20020313-1.c: Add "-w" to dg-options. + +2003-08-22 Mark Mitchell <mark@codesourcery.com> + * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*. 2003-08-22 Mark Mitchell <mark@codesourcery.com> diff --git a/gcc/testsuite/gcc.dg/20020313-1.c b/gcc/testsuite/gcc.dg/20020313-1.c index f0ae6d4..c8c5d71 100644 --- a/gcc/testsuite/gcc.dg/20020313-1.c +++ b/gcc/testsuite/gcc.dg/20020313-1.c @@ -4,7 +4,9 @@ to, and aborted. */ /* { dg-do compile { target ia64-*-* } } */ -/* { dg-options "-O2 -mconstant-gp" } */ +/* In ILP32 mode, we get warnings about large integer constants. + Those cause spurious FAILs. */ +/* { dg-options "-w -O2 -mconstant-gp" } */ typedef unsigned long __u64; typedef unsigned int __u32; |