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

From-SVN: r98589
This commit is contained in:
Mark Mitchell 2005-04-22 20:55:35 +00:00 committed by Mark Mitchell
parent c41993e86d
commit c5f8b7109b
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -1,5 +1,5 @@
/* { 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);