aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2008-07-04 09:34:36 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2008-07-04 09:34:36 +0000
commit0e1f4c6b6f0b65285af7f34443c29c7074736d1c (patch)
treec246ed79651a3ea0f60e636497df49b18fcf12da /gcc/doc
parent0b4b69ef79271e8e6a2dfa2eaa3376a75fa05d03 (diff)
downloadgcc-0e1f4c6b6f0b65285af7f34443c29c7074736d1c.zip
gcc-0e1f4c6b6f0b65285af7f34443c29c7074736d1c.tar.gz
gcc-0e1f4c6b6f0b65285af7f34443c29c7074736d1c.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 31d931e..5732d98 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -7323,7 +7323,8 @@ duplicated when threading jumps.
@item max-fields-for-field-sensitive
Maximum number of fields in a structure we will treat in
-a field sensitive manner during pointer analysis.
+a field sensitive manner during pointer analysis. The default is zero
+for -O0, and -O1 and 100 for -Os, -O2, and -O3.
@item prefetch-latency
Estimate on average number of instructions that are executed before