re PR target/11565 (gcc.dg/i386-387-1.c test flawed due to assumptions made about...
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 30 Jul 2003 22:48:45 +0000 (22:48 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 30 Jul 2003 22:48:45 +0000 (15:48 -0700)
2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>

        PR target/11565
        * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
        * gcc.dg/i386-387-5.c (dg-options): Likewise.

From-SVN: r69974

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-387-1.c
gcc/testsuite/gcc.dg/i386-387-5.c

index d20cc6e4b2b478f906ff071f91b16209f8ab5f7e..da8136eeace91b4d70600ad2b2d8aa6ec8ffe542 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
+
+       PR target/11565
+       * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
+       * gcc.dg/i386-387-5.c (dg-options): Likewise.
+
 Wed Jul 30 19:13:34 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
        * vtgc1.c: Kill.
index 79d25e2432eb730e5b64b17e87ec7895d71c2976..74a76b63807dd38428c7efaab2b89307738ecf31 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that -mno-fancy-math-387 works.  */
 /* { dg-do compile { target "i?86-*-*" } } */
-/* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387" } */
+/* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387 -march=i386" } */
 /* { dg-final { scan-assembler "call\t_?sin" } } */
 /* { dg-final { scan-assembler "call\t_?cos" } } */
 /* { dg-final { scan-assembler "call\t_?sqrt" } } */
index 8ccc5c96701087767d91e193bba9aace4bf9a7d4..2c86dd0869a66d59b2d51b99266e67f4cd51e775 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that -mno-fancy-math-387 works.  */
 /* { dg-do compile { target "i?86-*-*" } } */
-/* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387" } */
+/* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387 -march=i386" } */
 /* { dg-final { scan-assembler "call\t_?atan" } } */
 
 double f1(double x) { return __builtin_atan(x); }