This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch/testsuite]: Fix gcc.dg/i386-bitfield fails on mingw32 and cygwin


Hello,

This fixes failures of two more bitfield tests on cygwin and mingw.
Although, unlike interix, cygwin and mingw32 do not default to ms-
bitfields, they do align-double by default.

Patch is attached rather than inlined because of long lines.

OK for trunk?

Changelog

2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>

        * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
        that use default windows32 struct layout.
        * gcc.dg/i386-bitfield2.c: Likewise.

Attachment: I386-bitfield.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]