re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 13 Oct 2012 20:22:07 +0000 (20:22 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 13 Oct 2012 20:22:07 +0000 (20:22 +0000)
commit4fc2e37df954b77dac93c8c6c889e4e3e703b517
tree65baa180a86b2d42af9b66e92cc76a26e4c508b9
parent258ef00780344ea3565b3276a60343529e94acc3
re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)

PR rtl-optimization/54871
* loop-iv.c (simplify_using_initial_values): When scanning previous
basic blocks, prune the recorded conditions if the current insn was
not used to make a replacement.

* loop-unroll.c (decide_unroll_constant_iterations): Clean up message.
(unroll_loop_constant_iterations): Clarify head comment.
(decide_unroll_runtime_iterations): Clean up message.
(unroll_loop_runtime_iterations): Clarify head comment.
(decide_peel_simple): Clean up message.
(peel_loop_simple): Clarify head comment.
(decide_unroll_stupid): Clean up message.
(unroll_loop_stupid): Clarify head comment.

From-SVN: r192426
gcc/ChangeLog
gcc/loop-iv.c
gcc/loop-unroll.c