]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr17390.c: Remove ilp32 target requirement.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 10 Feb 2008 16:25:37 +0000 (17:25 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 10 Feb 2008 16:25:37 +0000 (17:25 +0100)
        * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
        Add -mfpmath=387 to dg-options.

From-SVN: r132216

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

index 3c4a40414c10aba89f898c86833dda645901324c..87bd47625c48102da3ad29c24706ffd2edf6878a 100644 (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
index 48b15ab2182d5943e3d63ba94852624ddc34fcd4..9a3d61fcd1110f610d32d7059bf159fd7c51537c 100644 (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)
 {