* gcc.dg/20020313-1.c: Add "-w" to dg-options.
authorMark Mitchell <mark@codesourcery.com>
Fri, 22 Aug 2003 21:54:25 +0000 (21:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 22 Aug 2003 21:54:25 +0000 (21:54 +0000)
From-SVN: r70705

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020313-1.c

index 30774a20330da31fa6afbc80e2f12c0118e06878..34e7581b4ad750039acdbce3a6aa825cfddbff03 100644 (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*.
index f0ae6d4bde44644aa9a4fcbce3ae90fc1727a294..c8c5d7135ab9cd8c1d048e44db952e870449fbde 100644 (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;