* gcc.dg/arm-vfp1.c: Remove -ffast-math.
authorMark Mitchell <mark@codesourcery.com>
Fri, 22 Apr 2005 20:55:35 +0000 (20:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 22 Apr 2005 20:55:35 +0000 (20:55 +0000)
From-SVN: r98589

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/arm-vfp1.c

index e8786568e15b9693c3347c55b100da71be273a6c..f446da7e3277cdfb5ef000edb503b213fed75e9a 100644 (file)
@@ -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>
index 37adae9b3724356e06faed3887e287867f215061..e1b221e0e4f946b5f97108fa19a2a7472a9d964f 100644 (file)
@@ -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);