This is the mail archive of the gcc@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: objects_must_conflict_p


    Then a (non-temporary) 'struct a_iterator1' object is created:
    allocated on the stack and constructed, so 'adaptor' is
    assigned. 'struct iterator1' and 'struct a_iterator1' conflicts
    according to objects_must_conflict_p, because the latter is a
    supertype of the former. 

Yuck!  It looks like we have to say they only are guaranteed to conflict
if they have the *same* alias set.


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