pr17390.c: Remove ilp32 target requirement.

* gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
        Add -mfpmath=387 to dg-options.

From-SVN: r132216
This commit is contained in:
Uros Bizjak 2008-02-10 17:25:37 +01:00 committed by Uros Bizjak
parent 2c54cb7931
commit 39caa16434
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-02-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
Add -mfpmath=387 to dg-options.
2008-02-10 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/35047

View File

@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -ffast-math" } */
/* { dg-options "-O2 -ffast-math -mfpmath=387" } */
double sgn (double __x)
{