2013-04-29 Richard Biener <rguenther@suse.de>
commit9584aa9daaaef1df395b596496a37d8713a180c0
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 09:09:08 +0000 (29 09:09 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 09:09:08 +0000 (29 09:09 +0000)
tree05821b7b1c508f54cc00d84ecea7b4e4d56626c1
parent64670afc8104a5a09c880bf9b1bd46676b9a34d9
2013-04-29  Richard Biener  <rguenther@suse.de>

PR tree-optimization/57081
* loop-init.c: Include tree-flow.h.
(loop_optimizer_finalize): Free number of iteration estimates.
* Makefile.in (loop-init.o): Add $(TREE_FLOW_H) dependency.

* gcc.dg/torture/pr57081.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198392 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/loop-init.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr57081.c [new file with mode: 0644]