Re: [PR 85655] Check is_single_const in intersect_with_plats

2018-05-11 Thread Richard Biener
On Thu, May 10, 2018 at 3:59 PM, Martin Jambor wrote: > Hi, > > bug 85655 happens because intersect_with_plats encounters a BOTTOM > lattice and does not check for it. On closer inspection, the real check > that should be performed is is_single_const, so this patch adds it. > > It has passed boot

[PR 85655] Check is_single_const in intersect_with_plats

2018-05-10 Thread Martin Jambor
Hi, bug 85655 happens because intersect_with_plats encounters a BOTTOM lattice and does not check for it. On closer inspection, the real check that should be performed is is_single_const, so this patch adds it. It has passed bootstrap and testing, LTO bootstrap is underway. OK for trunk if it p