diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/arm-vfp1.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e878656..f446da7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -9,6 +9,8 @@ 2005-04-22 Mark Mitchell <mark@codesourcery.com> + * gcc.dg/arm-vfp1.c: Remove -ffast-math. + * gcc.dg/arm-vfp1.c: New test. 2005-04-22 Alexandre Oliva <aoliva@redhat.com> diff --git a/gcc/testsuite/gcc.dg/arm-vfp1.c b/gcc/testsuite/gcc.dg/arm-vfp1.c index 37adae9..e1b221e 100644 --- a/gcc/testsuite/gcc.dg/arm-vfp1.c +++ b/gcc/testsuite/gcc.dg/arm-vfp1.c @@ -1,5 +1,5 @@ /* { 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 sqrtf (float); |
