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: Set RTX_UNCHANGING is readonly_field_p when clearing


    Achieving no-conflict is easy: use a new unrelated set.  I don't
    see why "read-only int" and "int" would need to be related at all
    in our subsetting mechanism.

Because of the initialization: pointer to int can be pointer to
read-only int and so the initialization of the item needs to conflict
with a dereference of pointer to int.


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