2010-02-09 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Feb 2010 16:11:34 +0000 (16:11 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Feb 2010 16:11:34 +0000 (16:11 +0000)
commita4d2f61639a0cfc4514870c6f196ba5028af16a8
tree83417e0e999cd8f444c9c95b4974a4204f9c26c2
parent5293e21bc7fa148ed822e6686ac02c35281a3672
2010-02-09  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43008
* tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
make HEAP variables initialized from global memory if they
are not known builtin functions.
(find_func_aliases): Adjust.

* gcc.c-torture/execute/pr43008.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156628 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr43008.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c