OSDN Git Service

* gcc.target/i386/fma_float_?.c (dg-prune_output): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / l_fma_float_2.c
index 8e4db8a..1dafed9 100644 (file)
@@ -1,13 +1,9 @@
 /* { dg-do compile } */
-/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
-/* { dg-options "-O2 -mfma" } */
+/* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma -mtune=generic" } */
 
 /* Test that the compiler properly optimizes floating point multiply
    and add instructions into FMA3 instructions.  */
 
-/* { dg-options "-O3 -mfpmath=sse -mfma" } */
-
-
 #define TYPE float
 
 #include "l_fma_2.h"