diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-11 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-11 00:16:39 +0000 |
commit | 5e28be89665f340368e399a1f2140c96a7a79ee8 (patch) | |
tree | 9b606c193fd8123d6cd8ef8e509a449e625a0248 /libstdc++-v3 | |
parent | a717376e99fb33ba3b06bd8122e884f4b63a60c9 (diff) | |
download | gcc-5e28be89665f340368e399a1f2140c96a7a79ee8.zip gcc-5e28be89665f340368e399a1f2140c96a7a79ee8.tar.gz gcc-5e28be89665f340368e399a1f2140c96a7a79ee8.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4893e51..5d62f47 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,25 @@ +2022-03-10 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/104870 + * src/c++17/floating_from_chars.cc: Check __SIZE_WIDTH__ >= 32 + before using fast_float. + +2022-03-10 Detlef Vollmann <dv@vollmann.ch> + + PR libstdc++/104866 + * include/bits/this_thread_sleep.h: Fix order of #endif and + closing brace of namespace. + +2022-03-10 Jonathan Wakely <jwakely@redhat.com> + + * libsupc++/compare (_Strong_order::_S_fp_cmp) [__vax__]: + Handle NaN. + +2022-03-10 Jonathan Wakely <jwakely@redhat.com> + + * libsupc++/compare (_Strong_ordering::_S_fp_cmp) [__vax__]: Use + <=> comparison. + 2022-03-09 Patrick Palka <ppalka@redhat.com> PR libstdc++/104859 |