OSDN Git Service

PR tree-optimization/17319
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 2004 21:30:23 +0000 (21:30 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 2004 21:30:23 +0000 (21:30 +0000)
commiteac34d04970c0b0ceaaa267f8c586ada702839be
tree6785cb84202c00e716d03fe97bfca3a1951193dd
parentda43203c00f22e28d5a496ea502f8a3fce46e39c
PR tree-optimization/17319
* tree-ssa-alias.c (compute_points_to_and_addr_escape): Also
examine pointers on the LHS of an assignment.
(collect_points_to_info_r): Handle RETURN_EXPR.

testsuite/ChangeLog

PR tree-optimization/17319
* gcc.dg/pr17319.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87673 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr17319.c [new file with mode: 0644]
gcc/tree-ssa-alias.c