OSDN Git Service

2010-04-22 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 11:19:45 +0000 (11:19 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 11:19:45 +0000 (11:19 +0000)
commit80ebf6ea0e8c80163e5dbc80624a70a33390ce11
tree05f70a50455f568a3f9ab371e4e06842510f6504
parent579a615885a5396ada178284a99821300189c21e
2010-04-22  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43845
* tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
lookup the CALL_EXPR function and arguments.

* gcc.c-torture/compile/pr43845.c: New testcase.

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