re PR rtl-optimization/55273 (ICE in iv_number_of_iterations, at loop-iv.c:2819)

PR tree-optimizatoin/55273
	* gcc.c-torture/compile/pr55273.c: New testcase.

	* loop-iv.c (iv_number_of_iterations): Consider zero iteration case.

From-SVN: r195275
This commit is contained in:
Jakub Jelinek 2013-01-17 17:36:43 +01:00
parent 8386a7ea78
commit 610fb63725
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
2013-01-17 Jan Hubicka <jh@suse.cz>
PR tree-optimization/51083
PR tree-optimization/55273
* loop-iv.c (iv_number_of_iterations): Consider zero iteration case.
2012-01-17 Uros Bizjak <ubizjak@gmail.com>

View file

@ -1,7 +1,7 @@
2013-01-17 Jan Hubicka <jh@suse.cz>
PR tree-optimization/51083
* gcc.c-torture/compile/pr51083.c: New testcase.
PR tree-optimization/55273
* gcc.c-torture/compile/pr55273.c: New testcase.
2012-01-17 Uros Bizjak <ubizjak@gmail.com>