]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-ssa-structalias.c
tree-ssa-structalias.c (lookup_vi_for_tree): Declare.
authorRichard Guenther <rguenther@suse.de>
Fri, 4 Jul 2008 09:34:36 +0000 (09:34 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 4 Jul 2008 09:34:36 +0000 (09:34 +0000)
commit0e1f4c6b6f0b65285af7f34443c29c7074736d1c
treec246ed79651a3ea0f60e636497df49b18fcf12da
parent0b4b69ef79271e8e6a2dfa2eaa3376a75fa05d03
tree-ssa-structalias.c (lookup_vi_for_tree): Declare.

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.

From-SVN: r137453
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