bitfield3.C: Add -mno-align-double compile option for mingw32 and cygwin targets.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 9 Jun 2004 21:03:48 +0000 (21:03 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 9 Jun 2004 21:03:48 +0000 (21:03 +0000)
* g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
for mingw32 and cygwin targets.

From-SVN: r82856

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/bitfield3.C

index c9565dd8949c8704ae1f3a20ed807915c5055996..c17c6704de73b71240198af89e0f03ccaf505da1 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
+       for mingw32 and cygwin targets.
+
 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
 
        * gcc.dg/pch/macro-4.c: New.
index da7b92fad7f9fa0e9adaaaea843e5e6132ce8271..0fe24da1a00314840cba42f2b83177916c632cdf 100644 (file)
@@ -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
 {