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] for PR14784


On Mon, 23 Oct 2006, Daniel Berlin wrote:

> BTW, if either of you know the correct set of objects a FILTER_EXPR or
> EXC_PTR_EXPR can return, adding that to get_constraint_for would make
> points-to work about 100x better on most C++ programs :)
> (This is more or less the last cause of points-to anything)

Maybe C++ people know, these tree codes are heavily under-documented...
(tree-ssa.texi doesn't even refer to them, EH_FILTER_EXPR coming closest)
So I have no idea if and how they should interfere with PTA.

Richard.

--
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs


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