* gcc.dg/pr32912-3.c: Compile with -w.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2007 22:52:13 +0000 (22:52 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2007 22:52:13 +0000 (22:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr32912-3.c

index 8cbce0e..6c24102 100644 (file)
@@ -1,5 +1,7 @@
 2007-12-18  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/pr32912-3.c: Compile with -w.
+
        * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
 
 2007-12-18  Douglas Gregor  <doug.gregor@gmail.com>
index 674675a..407ac52 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-w -O2 -fdump-tree-optimized" } */
 
 typedef int __m128i __attribute__ ((__vector_size__ (16)));