mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
2c54cb7931
commit
39caa16434
|
|
@ -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>
|
2008-02-10 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
PR testsuite/35047
|
PR testsuite/35047
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-require-effective-target ilp32 } */
|
/* { dg-options "-O2 -ffast-math -mfpmath=387" } */
|
||||||
/* { dg-options "-O2 -ffast-math" } */
|
|
||||||
|
|
||||||
double sgn (double __x)
|
double sgn (double __x)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue