Re: [PATCH] Convert flag_finite_math_only uses in frange to HONOR_*.

2022-10-27 Thread Aldy Hernandez via Gcc-patches
On Fri, Oct 28, 2022 at 1:00 AM Jeff Law wrote: > > > On 10/25/22 14:59, Aldy Hernandez via Gcc-patches wrote: > > [As Richi, and probably Jakub, have mentioned in the past...] > > > > As mentioned earlier, we should be using HONOR_* on types rather than > > flag_finite_math_only. > > > > Will com

Re: [PATCH] Convert flag_finite_math_only uses in frange to HONOR_*.

2022-10-27 Thread Jeff Law via Gcc-patches
On 10/25/22 14:59, Aldy Hernandez via Gcc-patches wrote: [As Richi, and probably Jakub, have mentioned in the past...] As mentioned earlier, we should be using HONOR_* on types rather than flag_finite_math_only. Will commit pending tests. gcc/ChangeLog: * value-range.cc (frange::set

[PATCH] Convert flag_finite_math_only uses in frange to HONOR_*.

2022-10-25 Thread Aldy Hernandez via Gcc-patches
[As Richi, and probably Jakub, have mentioned in the past...] As mentioned earlier, we should be using HONOR_* on types rather than flag_finite_math_only. Will commit pending tests. gcc/ChangeLog: * value-range.cc (frange::set): Use HONOR_*. (frange::verify_range): Same.