Commit 80d23e49 by Danny Smith Committed by Danny Smith

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
parent bb394606
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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment