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: Fix alignment computation at exapnsion time



On Jul 1, 2006, at 4:24 PM, Jan Hubicka wrote:



Hi,
in earlier unit-at-a-time the variables was assembled first, function bodies later.
This order was changed to allow more optimizations, but now we forget to compute the
alignment of variable early having overly conservative assumptions at a time we expand
functions.

Hmm, does this fix PR 27770 also?


-- Pinski


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