Commit d4d7a132 by Uros Bizjak Committed by Uros Bizjak

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
parent 895016f6
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
/* 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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment