aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@adacore.com>2023-05-24 03:08:12 -0300
committerAlexandre Oliva <oliva@gnu.org>2023-05-24 23:40:03 -0300
commit7daa166fe89fca4ff1baa063c00a5a690f7e462f (patch)
treec5b31a81db0f7b8413b8316a27d8b4ba85f7db2c /libstdc++-v3
parent90a718825da07cc36b640c23e25b8effd30b767a (diff)
downloadgcc-7daa166fe89fca4ff1baa063c00a5a690f7e462f.zip
gcc-7daa166fe89fca4ff1baa063c00a5a690f7e462f.tar.gz
gcc-7daa166fe89fca4ff1baa063c00a5a690f7e462f.tar.bz2
[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.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/testsuite/20_util/to_chars/long_double.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/to_chars/long_double.cc b/libstdc++-v3/testsuite/20_util/to_chars/long_double.cc
index 263144b..08363d9 100644
--- a/libstdc++-v3/testsuite/20_util/to_chars/long_double.cc
+++ b/libstdc++-v3/testsuite/20_util/to_chars/long_double.cc
@@ -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 }