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: [PATCH] Fix questionable code in objects_must_conflict_p


Eric Botcazou wrote:
> > Isn't this the same as changing the initial conditional to be
> >     if (t1 == 0 || t2 == 0)
> >       return 0;
> > ?
> 
> Sure.

 I'm not so sure :)

 Consider (t1 == 0 && t2 != 0 && alias_set (t2) == 0).






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