]> gcc.gnu.org Git - gcc.git/commitdiff
pr27827.c: Explicitly specify -mfpmath=387.
authorRoger Sayle <roger@eyesopen.com>
Mon, 30 Oct 2006 21:31:19 +0000 (21:31 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 30 Oct 2006 21:31:19 +0000 (21:31 +0000)
* gcc.target/i386/pr27827.c: Explicitly specify -mfpmath=387.

From-SVN: r118201

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr27827.c

index 1c6b906c3c18f107fa6cea67552e66ba573e611a..39f05ba8e336d0e0c2fcf3c1d88f7e168953c853 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-30  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/i386/pr27827.c: Explicitly specify -mfpmath=387.
+
 2006-10-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * gcc.dg/torture/builtin-math-2.c: Add tgamma tests.
index f442885ad32fc1701995b72c9837bf9e9b6419f1..873fea57446e6378a423ed1c00c7fd4e8786fdf6 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target ilp32 } } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -mfpmath=387" } */
 
 double a, b;
 double f(double c)
This page took 0.159629 seconds and 5 git commands to generate.