]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/27144 (segfault with -O2 on x86_64 (and powerpc64))
authorZdenek Dvorak <dvorakz@suse.cz>
Mon, 1 May 2006 19:42:01 +0000 (21:42 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Mon, 1 May 2006 19:42:01 +0000 (19:42 +0000)
commit763f45275b818e0e55fb069c096c5fcfc02865bd
treef83e87a7a029c987be249cb29870fa982d3c752d
parent2a83cc52548482af48cd2cebcf9e5248c81d2499
re PR tree-optimization/27144 (segfault with -O2 on x86_64 (and powerpc64))

PR tree-optimization/27144
* tree-ssa-loop-niter.c (derive_constant_upper_bound): New function.
(record_estimate): Only record constant upper bound.
(infer_loop_bounds_from_undefined): Call
compute_estimated_nb_iterations just once.
(proved_non_wrapping_p): Renamed to ...
(n_of_executions_at_most): ... this.  Expect bound to be a constant.
(convert_step_widening, scev_probably_wraps_p): Call
n_of_executions_at_most instead of proved_non_wrapping_p.
(substitute_in_loop_info): Do not replace values in bounds.
* cfgloop.h (struct nb_iter_bound): Remove "additional" field.  Update
comments.

* gcc.dg/tree-ssa/loop-16.c: New test.

From-SVN: r113425
gcc/ChangeLog
gcc/cfgloop.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-16.c [new file with mode: 0644]
gcc/tree-ssa-loop-niter.c