]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks
authorAlexandre Oliva <oliva@adacore.com>
Wed, 24 May 2023 06:08:12 +0000 (03:08 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 25 May 2023 02:40:03 +0000 (23:40 -0300)
commit7daa166fe89fca4ff1baa063c00a5a690f7e462f
treec5b31a81db0f7b8413b8316a27d8b4ba85f7db2c
parent90a718825da07cc36b640c23e25b8effd30b767a
[libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks

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.

for  libstdc++-v3/ChangeLog

* testsuite/20_util/to_chars/long_double.cc: Expect execution
fail on x86-vxworks.
libstdc++-v3/testsuite/20_util/to_chars/long_double.cc