Commit 286a21ce by Joseph Myers Committed by Joseph Myers

* gcc.target/i386/pad-4.c: Skip for Windows targets.

From-SVN: r180543
parent bf84f42d
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pad-4.c: Skip for Windows targets.
2011-10-26 Eric Botcazou <ebotcazou@adacore.com> 2011-10-26 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/specs/discr1.ads: New test. * gnat.dg/specs/discr1.ads: New test.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-require-effective-target ia32 } */ /* { dg-require-effective-target ia32 } */
/* { dg-require-effective-target fpic } */ /* { dg-require-effective-target fpic } */
/* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-march=*" } { "-march=atom" } } */ /* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-march=*" } { "-march=atom" } } */
/* { dg-skip-if "No Windows PIC" { *-*-mingw* *-*-cygwin } { "*" } { "" } } */
/* { dg-options "-O2 -fomit-frame-pointer -march=atom -fPIC" } */ /* { dg-options "-O2 -fomit-frame-pointer -march=atom -fPIC" } */
/* { dg-final { scan-assembler-times "nop" 8 } } */ /* { dg-final { scan-assembler-times "nop" 8 } } */
/* { dg-final { scan-assembler-not "rep" } } */ /* { dg-final { scan-assembler-not "rep" } } */
......
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