From: Janis Johnson Date: Tue, 18 Dec 2007 22:52:13 +0000 (+0000) Subject: * gcc.dg/pr32912-3.c: Compile with -w. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=520f6c8df8c48a5fd3c15e80e4853d638d28a715;p=gcc.git * gcc.dg/pr32912-3.c: Compile with -w. From-SVN: r131046 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8cbce0e687e..6c241028c89 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2007-12-18 Janis Johnson + * gcc.dg/pr32912-3.c: Compile with -w. + * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. 2007-12-18 Douglas Gregor diff --git a/gcc/testsuite/gcc.dg/pr32912-3.c b/gcc/testsuite/gcc.dg/pr32912-3.c index 674675a6224..407ac524f2d 100644 --- a/gcc/testsuite/gcc.dg/pr32912-3.c +++ b/gcc/testsuite/gcc.dg/pr32912-3.c @@ -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)));