From a30f2d659c606f7c46265eeafcd968b8cf6abd7b Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 22 Aug 2003 21:54:25 +0000 Subject: [PATCH] * gcc.dg/20020313-1.c: Add "-w" to dg-options. From-SVN: r70705 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/20020313-1.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 30774a20330..34e7581b4ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-22 Mark Mitchell + + * gcc.dg/20020313-1.c: Add "-w" to dg-options. + 2003-08-22 Mark Mitchell * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*. diff --git a/gcc/testsuite/gcc.dg/20020313-1.c b/gcc/testsuite/gcc.dg/20020313-1.c index f0ae6d4bde4..c8c5d7135ab 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; -- 2.30.2