Re: [PATCH] [libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks

2023-05-24 Thread Jonathan Wakely via Gcc-patches
On Wed, 24 May 2023 at 06:52, Alexandre Oliva via Libstdc++ < libstd...@gcc.gnu.org> wrote: > > Just as on aarch64, x86's wider long double experiences loss of > precision with from_chars implemented in terms of double. Expect the > execution fail. > > Bootstrapped on x86_64-linux-gnu. Also test

[PATCH] [libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks

2023-05-23 Thread Alexandre Oliva via Gcc-patches
Just as on aarch64, x86's wider long double experiences loss of precision with from_chars implemented in terms of double. Expect the execution fail. Bootstrapped on x86_64-linux-gnu. Also tested on ppc- and x86-vx7r2 with gcc-12. for libstdc++-v3/ChangeLog * testsuite/20_util/to_cha