This is the mail archive of the gcc-help@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: attribute aligned(4) ignored


On Tue, 25 Jul 2005, Ian Lance Taylor wrote:
The code now looks like this for a struct which begins with a double:

return MAX (MAX (computed, specified), 64);

This ignores the attribute ((packed)), and I don't see why it is
correct to do so.

I totally agree. Thanks a LOT for the help and the analysis. I've filed this as GCC PR23071.


-Chris

--
http://nondot.org/sabre/
http://llvm.org/


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