re PR target/29169 (sse3-not-fisttp.c scan-assembler-not fisttp FAILs on i386-pc-solaris2.10)

PR target/29169
        * gcc.target/i386/sse-21.c: Rename from sse3-not-fisttp.c.
        (dg-options): Add -mfpmath=387.

From-SVN: r117171
This commit is contained in:
Uros Bizjak 2006-09-23 16:40:07 +02:00 committed by Uros Bizjak
parent 895016f635
commit d4d7a132ab
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-09-23 Uros Bizjak <uros@kss-loka.si>
PR target/29169
* gcc.target/i386/sse-21.c: Rename from sse3-not-fisttp.c.
(dg-options): Add -mfpmath=387.
2006-09-23 Jakub Jelinek <jakub@redhat.com> 2006-09-23 Jakub Jelinek <jakub@redhat.com>
PR c/28706 PR c/28706

View File

@ -1,6 +1,6 @@
/* Test that we don't generate a fisttp instruction when -mno-sse3. */ /* Test that we don't generate a fisttp instruction when -mno-sse3. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O -march=nocona -mno-sse3" } */ /* { dg-options "-O -mfpmath=387 -march=nocona -mno-sse3" } */
/* { dg-final { scan-assembler-not "fisttp" } } */ /* { dg-final { scan-assembler-not "fisttp" } } */
struct foo struct foo
{ {