Re: [PATCH] Fix simplify_cond_using_ranges ICE (PR tree-optimization/57331)

2013-05-21 Thread Jeff Law
On 05/21/2013 09:03 AM, Jakub Jelinek wrote: Hi! int_fits_type_p ICEs if the second argument is pointer type (those don't have TYPE_MIN_VALUE/TYPE_MAX_VALUE). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-05-21 Jakub Jelinek PR tree-optimiz

[PATCH] Fix simplify_cond_using_ranges ICE (PR tree-optimization/57331)

2013-05-21 Thread Jakub Jelinek
Hi! int_fits_type_p ICEs if the second argument is pointer type (those don't have TYPE_MIN_VALUE/TYPE_MAX_VALUE). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-05-21 Jakub Jelinek PR tree-optimization/57331 * tree-vrp.c (simplify_cond