mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 12:01:15 +08:00
* gcc.target/i386/pad-4.c: Skip for Windows targets.
From-SVN: r180543
This commit is contained in:
parent
bf84f42d61
commit
286a21cee5
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* gnat.dg/specs/discr1.ads: New test.
|
||||
|
@ -2,6 +2,7 @@
|
||||
/* { dg-require-effective-target ia32 } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
/* { 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-final { scan-assembler-times "nop" 8 } } */
|
||||
/* { dg-final { scan-assembler-not "rep" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user