2008-07-04 Richard Guenther <rguenther@suse.de>
commitfc733d7acdfa8558f385da0510f03abde53c8565
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2008 09:34:36 +0000 (4 09:34 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2008 09:34:36 +0000 (4 09:34 +0000)
treec246ed79651a3ea0f60e636497df49b18fcf12da
parent92667ff7f2525ea5d9422fb2e7a472bbf0386020
2008-07-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (lookup_vi_for_tree): Declare.
(do_sd_constraint): Handle a dereference of ESCAPED and CALLUSED
properly to compute the reachability set if we do field-sensitive PTA.
* invoke.texi (max-fields-for-field-sensitive): Document default.
* opts.c (decode_options): Set max-fields-for-field-sensitive to
100 for optimize >= 2.

* gcc.dg/tree-ssa/pta-callused.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137453 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/opts.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c