OSDN Git Service

* gcc.dg/20020313-1.c: Add "-w" to dg-options.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 21:54:25 +0000 (21:54 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 21:54:25 +0000 (21:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70705 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 30774a2..34e7581 100644 (file)
@@ -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>
index f0ae6d4..c8c5d71 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;