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]

Re: PATCH: Fix PR2758


    Yup, I wrote it.  But, here we have structures, and they are
    in alias set zero, so the slots do get reused.

I don't follow.  If the type is alias set zero, then yes they get reused
but they can't conflict.  Also, this new code sets the alias set to zero
in that case.  This code can't be doing anything there are some things
that are *not* in alias set zero that are reused, and that's wrong.

    As you say, let's not go there on the branch.  If you can
    tighten the check on the mainline, that's fine.

Can you say something about this case?


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