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
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