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] Remove special-casing of PTR_IS_REF_ALL pointers from alias analysis


> Sure.  But that's the business of PTA to figure out.  The current
> code tries to be too much clever here (just change PTR_IS_REF_ALL
> to include char * in C and see the execute torture scream at you).

I don't think PTA can do what PTR_IS_REF_ALL was doing.  As for the failures 
in the testsuite, they could come from TYPE_REF_CAN_ALIAS_ALL itself, it 
doesn't play nice with inlining at the moment.

-- 
Eric Botcazou


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