* g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
for mingw32 and cygwin targets.
From-SVN: r82856
+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.
// 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
{