pr27827.c: Explicitly specify -mfpmath=387.

* gcc.target/i386/pr27827.c: Explicitly specify -mfpmath=387.

From-SVN: r118201
This commit is contained in:
Roger Sayle 2006-10-30 21:31:19 +00:00 committed by Roger Sayle
parent 61fb309f70
commit 771e6d83c9
2 changed files with 5 additions and 1 deletions

View 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.

View 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)