OSDN Git Service

2006-06-16 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 2006 17:23:41 +0000 (17:23 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 2006 17:23:41 +0000 (17:23 +0000)
commit959fce683ed269358e1c0be2d3d7feb3dea5cfbc
treebf71461032c06919367509fa737fb0306b9ff826
parent31efe66cf9204d05ba20fea0d85fda95e6db0246
2006-06-16  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/27781
* Makefile.in (ipa-pure-const.o): Add $(TARGET_H) dependency.
* ipa-pure-const.c (target.h): Include.
(analyze_function): Do not analyze functions that do not
        bind locally.

* gcc.dg/tree-ssa/pr27781.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114681 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/ipa-pure-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr27781.c [new file with mode: 0644]