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: Incorrect bitfield aliasing with Tree SSA


On 6/19/07, Adam Nemet <anemet@caviumnetworks.com> wrote:
Richard Kenner writes:
> I continue to strongly feel that the field type shouldn't be used
> for ANYTHING!

I still think there is value in a separate alias set but in the hope
that this thread will end soon, here is a patch to special-case
non-addressable fields in the SFT code.  I will test this overnight
but it fixes my issue with bitfields and preserves the RTL
optimization on Eric's Ada testcase.

This is fine, thanks for doing it.


At some point i'll change it to use a separate alias set, but i have
other bugs to fix right now


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