* gcc.dg/arm-vfp1.c: Remove -ffast-math.
From-SVN: r98589
This commit is contained in:
parent
c41993e86d
commit
c5f8b7109b
@ -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>
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user