aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20020313-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20020313-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20020313-1.c4
1 files changed, 3 insertions, 1 deletions
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;