On 02/27/2013 01:19 PM, Jakub Jelinek wrote:
Hi!This function leaks the not_executed_last_iteration pointer set. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-02-27 Jakub Jelinek <ja...@redhat.com> PR middle-end/56461 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Call pointer_set_destroy on not_executed_last_iteration.
OK. Jeff