This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING: [PATCH, middle end] Fix PR 35496, wrong alignment of MS bitfield layout for DImode types
- From: "Uros Bizjak" <ubizjak at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 19 Mar 2008 15:57:12 +0100
- Subject: Re: PING: [PATCH, middle end] Fix PR 35496, wrong alignment of MS bitfield layout for DImode types
- References: <5787cf470803182332k7c8d9fdbw30c11eb2456322ae@mail.gmail.com>
On Wed, Mar 19, 2008 at 7:32 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> 2008-03-10 Uros Bizjak <ubizjak@gmail.com>
>
> PR target/35496
> * stor-layout.c (update_alignment_for_field): Set minimum alignment
> of the underlying type of a MS bitfield layout to the natural
> alignment of the type.
>
> If there are no objections, I plan to committ this one-liner patch as
> obvious, as it puts the thing the way they were before DImode
> alignment patch.
I have committed the patch as revision 133343. I will look at
gcc-testresults@ if there are any issues on cygwin or mingw.
Uros.