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:
parent
bb394606fd
commit
80d23e4959
@ -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.
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user