Commit 77dcc286 by Eric Christopher

ssefn-1.c: Add -march=i386.

2007-06-13  Eric Christopher  <echristo@apple.com>

	    * gcc.target/i386/ssefn-1.c: Add -march=i386.

From-SVN: r125694
parent 31a61d0c
2007-06-13 Eric Christopher <echristo@apple.com>
* gcc.target/i386/ssefn-1.c: Add -march=i386.
2007-06-13 Tobias Burnus <burnus@net-b.de>
PR fortran/32323
......@@ -7,7 +7,7 @@
/* { dg-final { scan-assembler "mulss" } } */
/* { dg-final { scan-assembler-not "movsd" } } */
/* { dg-final { scan-assembler-not "mulsd" } } */
/* { dg-options "-O2 -msse -mfpmath=sse -fno-inline" } */
/* { dg-options "-O2 -march=i386 -msse -mfpmath=sse -fno-inline" } */
static float xs (void)
{
......@@ -28,4 +28,3 @@ double yd (double a)
{
return xd () * a;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment