Re: [PATCH] [frange] Guard sign-zero self test with HONOR_SIGNED_ZEROS [PR126714]
Jeffrey Law <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/7/2026 1:42 PM, Aldy Hernandez wrote: > frange_add_zeros's multi-range conversion added a self-test that > assumes signed zeros exist, which is not the case on VAX. Guard such > test with HONOR_SIGNED_ZEROS. > > Pushed. > > gcc/ChangeLog: > > PR tree-optimization/126714 > * range-op-float.cc (range_op_float_tests): Guard the signed-zero > == op1_range self-test with HONOR_SIGNED_ZEROS. Thanks. vax-unknown-linux is happy in my tester again ;-) jeff