pr27827.c: Explicitly specify -mfpmath=387.
* gcc.target/i386/pr27827.c: Explicitly specify -mfpmath=387. From-SVN: r118201
This commit is contained in:
parent
61fb309f70
commit
771e6d83c9
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile { target ilp32 } } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -mfpmath=387" } */
|
||||
|
||||
double a, b;
|
||||
double f(double c)
|
||||
|
|
Loading…
Add table
Reference in a new issue