Re: [PATCH] range-ops: Handle undefined ranges in frange op[12]_range [PR108647]

2023-02-03 Thread Jakub Jelinek via Gcc-patches
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

[PATCH] range-ops: Handle undefined ranges in frange op[12]_range [PR108647]

2023-02-03 Thread Aldy Hernandez via Gcc-patches
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 inte