public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7376] [libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks
@ 2023-05-25  8:57 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2023-05-25  8:57 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:e80487dcbe222c1e91d78354853735e0d364766f

commit r13-7376-ge80487dcbe222c1e91d78354853735e0d364766f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu May 25 05:57:11 2023 -0300

    [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.
    
    (cherry picked from commit 7daa166fe89fca4ff1baa063c00a5a690f7e462f)

Diff:
---
 libstdc++-v3/testsuite/20_util/to_chars/long_double.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 263144bd42c..08363d9d040 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 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-25  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25  8:57 [gcc r13-7376] [libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).