OSDN Git Service

* gcc.target/i386/fma_double_1.c: Add -mfpmath=sse.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / fma_double_6.c
index 4ba0ab1..5078601 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
-/* { dg-options "-O2 -mfma" } */
+/* { dg-options "-O2 -mfpmath=sse -mfma" } */
 
 /* Test that the compiler properly optimizes floating point multiply
    and add instructions into FMA3 instructions.  */