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

From-SVN: r180543
This commit is contained in:
Joseph Myers 2011-10-26 22:51:35 +01:00 committed by Joseph Myers
parent bf84f42d61
commit 286a21cee5
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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" } } */