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]

Re: [PATCH] Fix PR middle-end/28862, losing user alignment for vectors


On Wed, 2006-10-04 at 00:07 -0700, Andrew Pinski wrote:
> On Thu, 2006-09-07 at 08:18 -0600, Roger Sayle wrote:
> > On Wed, 6 Sep 2006, Andrew Pinski wrote:
> > > 	* stor-layout.c (relayout_decl): Don't zero the alignment if it
> > > 	was set by the user.
> 
> > Once the testcase has stablized with any necessary changes, we can
> > backport the fix to the 4.1 and 4.0 branches to resolve the P1 PR.
> 
> I have backported this to the 4.1 branch now since it has been almost a
> month and has no reports about the testcase failing.  Also typedef would
> not expose this bug as that would not call relayout_decl but instead
> layout a different type.

Now committed to the 4.0 branch after a bootstrap/test on
i686-linux-gnu.

Thanks,
Andrew Pinski


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