aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-08-22 21:54:25 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-08-22 21:54:25 +0000
commita30f2d659c606f7c46265eeafcd968b8cf6abd7b (patch)
tree32a85d4fc6056e41fb0878b839fba1baf8bfea82
parent7741796c2b4fe46f33054ab4d70957fff6f94d25 (diff)
downloadgcc-a30f2d659c606f7c46265eeafcd968b8cf6abd7b.zip
gcc-a30f2d659c606f7c46265eeafcd968b8cf6abd7b.tar.gz
gcc-a30f2d659c606f7c46265eeafcd968b8cf6abd7b.tar.bz2
* gcc.dg/20020313-1.c: Add "-w" to dg-options.
From-SVN: r70705
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/20020313-1.c4
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;