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] Repair TYPE_REF_CAN_ALIAS_ALL machinery (take 2)


> > +/* True if the data pointed to by PTR can alias anything.  */
> > +#define PTR_IS_REF_ALL(PTR) TYPE_REF_CAN_ALIAS_ALL (TREE_TYPE (PTR))
> > +
>
> No macro definitions in the middle of a structure, please.

Not a big fan of the libbfd code, right? :-)

> Rest looks fine to me, but Dan has been following this more closely so
> I'll leave the final decision to him.

OK, thanks for taking a look.

-- 
Eric Botcazou


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