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: [PowerPC] Fix PR25299, -malign-power vs double array


On Dec 8, 2005, at 7:59 PM, Andrew Pinski wrote:
Apple's GCC already does this which is why the bug was filed in the
first place.

And that little detail makes it perfectly fine... Chris did mention DImode as well, same issue.


In checking the code, I also notice that we check TYPE_PACKED on the struct/union/qual_union, and that we loop through all the fields in a union to make the decision...

:-(


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