From: Danny Smith Date: Wed, 9 Jun 2004 21:03:48 +0000 (+0000) Subject: bitfield3.C: Add -mno-align-double compile option for mingw32 and cygwin targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80d23e4959036e19145c2eb6a0d117727104a211;p=gcc.git bitfield3.C: Add -mno-align-double compile option for mingw32 and cygwin targets. * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option for mingw32 and cygwin targets. From-SVN: r82856 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c9565dd8949..c17c6704de7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-09 Danny Smith + + * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option + for mingw32 and cygwin targets. + 2004-06-09 Geoffrey Keating * gcc.dg/pch/macro-4.c: New. diff --git a/gcc/testsuite/g++.dg/abi/bitfield3.C b/gcc/testsuite/g++.dg/abi/bitfield3.C index da7b92fad7f..0fe24da1a00 100644 --- a/gcc/testsuite/g++.dg/abi/bitfield3.C +++ b/gcc/testsuite/g++.dg/abi/bitfield3.C @@ -1,6 +1,7 @@ // Test for oversized bitfield alignment in structs on IA-32 // { dg-do run { target i?86-*-* } } // { dg-options "-O2" } +// { dg-options "-mno-align-double" { target i?86-*-cygwin* i?86-*-mingw* } } struct A {