Re: [PATCH v2] Disable tests that require fesetround() on platforms without it

2022-05-13 Thread Palmer Dabbelt
On Tue, 03 May 2022 08:21:45 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/29/2022 5:44 PM, Palmer Dabbelt wrote: Some tests check for fenv and then proceed to use fesetround() directly, but some platforms (at least RISC-V soft-float) have fenv but don't support rounding modes. This adds a

Re: [PATCH v2] Disable tests that require fesetround() on platforms without it

2022-05-03 Thread Jeff Law via Gcc-patches
On 4/29/2022 5:44 PM, Palmer Dabbelt wrote: Some tests check for fenv and then proceed to use fesetround() directly, but some platforms (at least RISC-V soft-float) have fenv but don't support rounding modes. This adds a DG check that fesetround() actually functions, which is then used by all