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
This commit is contained in:
Danny Smith 2004-06-09 21:03:48 +00:00 committed by Danny Smith
parent bb394606fd
commit 80d23e4959
2 changed files with 6 additions and 0 deletions

View 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.

View 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
{