]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/i386/pad-4.c: Skip for Windows targets.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 26 Oct 2011 21:51:35 +0000 (22:51 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 26 Oct 2011 21:51:35 +0000 (22:51 +0100)
From-SVN: r180543

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pad-4.c

index 15d3f237bd7a228889726ddb70e3b0f5f7cf36b1..5752dc73c10e9ab9edb0ffe188b1ecb3b2da93f5 100644 (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.
index c742310a34c3259ad26f824a665fab9240795565..7b198a63d5278dd6797d7a05a10754703d2be7ec 100644 (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" } } */