]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-ssa-structalias.c
tree-ssa-structalias.c (build_succ_graph): Properly make variables escape if they...
authorRichard Guenther <rguenther@suse.de>
Sun, 8 Nov 2009 15:27:17 +0000 (15:27 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sun, 8 Nov 2009 15:27:17 +0000 (15:27 +0000)
commit379c6f48323d84640401189d7a3de619520bee1f
treecad0c20809d9bad6468bb16bf7e541fb0d7790a0
parentd770e88d122c56f9ec952817ced18ecdc3e39d31
tree-ssa-structalias.c (build_succ_graph): Properly make variables escape if they are stored to anything.

2009-11-08  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (build_succ_graph): Properly make
variables escape if they are stored to anything.

* gcc.dg/torture/pta-escape-1.c: New testcase.

From-SVN: r154010
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pta-escape-1.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c