On Fri, Feb 03, 2023 at 07:09:18PM +0100, Aldy Hernandez wrote: > This patch gracefully handles undefined operand ranges for the floating > point op[12]_range operators. This is very low risk, as we would have > ICEd otherwise. > > We don't have a testcase that ICEs for floating point ranges, but it's > only a matter of time. Besides, this dovetails nicely with the integer > versions Jakub is testing.
LGTM (even bootstrapped/regtested this successfully on i686-linux). Jakub