* gcc.dg/20020313-1.c: Add "-w" to dg-options.

From-SVN: r70705
This commit is contained in:
Mark Mitchell 2003-08-22 21:54:25 +00:00 committed by Mark Mitchell
parent 7741796c2b
commit a30f2d659c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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*.

View File

@ -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;