]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[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)
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

index 263144bd42cba18274eda173352ebdeff4209d09..08363d9d0400318dd8123f30ccb52191a1801758 100644 (file)
@@ -36,7 +36,7 @@
 
 // On systems that use double-precision from_chars for long double,
 // this is expected to fail.
-// { dg-xfail-run-if "from_chars limited to double-precision" { aarch64-*-vxworks* } }
+// { dg-xfail-run-if "from_chars limited to double-precision" { aarch64-*-vxworks* i*86-*-vxworks* } }
 
 // { dg-require-effective-target ieee_floats }
 // { dg-require-effective-target size32plus }