]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
struct-layout-1_generate.c: Also pass -mno-mmx -Wno-abi for i?86-*-mingw32* x86_64...
authorJoseph Myers <joseph@codesourcery.com>
Wed, 19 Oct 2011 21:25:52 +0000 (22:25 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 19 Oct 2011 21:25:52 +0000 (22:25 +0100)
* g++.dg/compat/struct-layout-1_generate.c: Also pass -mno-mmx
-Wno-abi for i?86-*-mingw32* x86_64-*-mingw32* i?86-*-cygwin*.

From-SVN: r180208

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c

index e55e8c4eedc882bddcadc4baec08be80e9be977f..4b0d3bfbf8ae89655bc36cd262a850255edb853d 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-19  Joseph Myers  <joseph@codesourcery.com>
+
+       * g++.dg/compat/struct-layout-1_generate.c: Also pass -mno-mmx
+       -Wno-abi for i?86-*-mingw32* x86_64-*-mingw32* i?86-*-cygwin*.
+
 2011-10-19  Uros Bizjak  <ubizjak@gmail.com>
 
        PR testsuite/50796
index db0e973a7a07e8bcb4ce765b4e95f6414e8e7c35..5ad3f4409f6537ce8a6e07a8357322c5daa06f0d 100644 (file)
@@ -47,7 +47,7 @@ const char *dg_options[] = {
 "/* { dg-options \"%s-I%s\" } */\n",
 "/* { dg-options \"%s-I%s -mno-mmx -Wno-abi\" { target i?86-*-* x86_64-*-* } } */\n",
 "/* { dg-options \"%s-I%s -fno-common\" { target alpha*-dec-osf* hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
-"/* { dg-options \"%s-I%s -mno-mmx -fno-common -Wno-abi\" { target i?86-*-darwin* x86_64-*-darwin* } } */\n",
+"/* { dg-options \"%s-I%s -mno-mmx -fno-common -Wno-abi\" { target i?86-*-darwin* x86_64-*-darwin* i?86-*-mingw32* x86_64-*-mingw32* i?86-*-cygwin* } } */\n",
 "/* { dg-options \"%s-I%s -mno-base-addresses\" { target mmix-*-* } } */\n",
 "/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"
 #define NDG_OPTIONS (sizeof (dg_options) / sizeof (dg_options[0]))