Commit c5f8b710 by Mark Mitchell Committed by Mark Mitchell

* gcc.dg/arm-vfp1.c: Remove -ffast-math.

From-SVN: r98589
parent c41993e8
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
2005-04-22 Mark Mitchell <mark@codesourcery.com> 2005-04-22 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/arm-vfp1.c: Remove -ffast-math.
* gcc.dg/arm-vfp1.c: New test. * gcc.dg/arm-vfp1.c: New test.
2005-04-22 Alexandre Oliva <aoliva@redhat.com> 2005-04-22 Alexandre Oliva <aoliva@redhat.com>
......
/* { dg-do compile { target arm*-*-* } } */ /* { dg-do compile { target arm*-*-* } } */
/* { dg-options "-O2 -ffast-math -mfpu=vfp -mfloat-abi=softfp" } */ /* { dg-options "-O2 -mfpu=vfp -mfloat-abi=softfp" } */
extern float fabsf (float); extern float fabsf (float);
extern float sqrtf (float); extern float sqrtf (float);
......
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