Re: [PATCH] Fix PR61482

2014-06-16 Thread Richard Biener
On Mon, 16 Jun 2014, Richard Biener wrote: > > The following fixes PR61482, avoiding to call set_value_range > with [-INF(OVF), +INF(OVF)]. > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Err, finger faster than eye. Here's the changelog. Richard. 2014-06-16 Richard Biene

[PATCH] Fix PR61482

2014-06-16 Thread Richard Biener
The following fixes PR61482, avoiding to call set_value_range with [-INF(OVF), +INF(OVF)]. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. Index: gcc/tree-vrp.c === --- gcc/tree-vrp.c (revision 211698)