Re: [PATCH] [range-ops] Minor readability fix.

2022-11-16 Thread Jeff Law via Gcc-patches
On 11/15/22 09:31, Aldy Hernandez via Gcc-patches wrote: I know it's past the end of stage1, but I'm afraid we'll drag this around forever in the GCC12 branch, and it's an easy readbility fix. p.s. Or if you prefer: if (!lb_nan && !ub_nan && !maybe_nan && ) r.clear_nan (); OK for trun

[PATCH] [range-ops] Minor readability fix.

2022-11-15 Thread Aldy Hernandez via Gcc-patches
I know it's past the end of stage1, but I'm afraid we'll drag this around forever in the GCC12 branch, and it's an easy readbility fix. p.s. Or if you prefer: if (!lb_nan && !ub_nan && !maybe_nan && ) r.clear_nan (); OK for trunk? gcc/ChangeLog: * range-op-float.cc (range_operato