public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-3802] libstdc++: Uncomment denorm_min test
Date: Tue,  8 Nov 2022 10:20:44 +0000 (GMT)	[thread overview]
Message-ID: <20221108102044.110123858283@sourceware.org> (raw)

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

commit r13-3802-gee86bdd1d367bc174d7b50bd2ffa5622c4766322
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Nov 8 11:19:25 2022 +0100

    libstdc++: Uncomment denorm_min test
    
    As r13-3609-g6d9dbdf51f9afe8 has been committed, we can now enable
    even the denorm_min test.
    
    2022-11-08  Jakub Jelinek  <jakub@redhat.com>
    
            * testsuite/20_util/to_chars/float128_c++23.cc (test): Uncomment
            denorm_min test.

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

diff --git a/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc b/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
index 4c01458e6d9..28824c9c6ff 100644
--- a/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
+++ b/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
@@ -34,7 +34,7 @@ void
 test(std::chars_format fmt = std::chars_format{})
 {
   std::float128_t tests[] = {
-//    std::numeric_limits<std::float128_t>::denorm_min(),
+    std::numeric_limits<std::float128_t>::denorm_min(),
     std::numeric_limits<std::float128_t>::min(),
     0.0f128,
     -42.0f128,

                 reply	other threads:[~2022-11-08 10:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108102044.110123858283@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).