From 63252696bafe53e69a47261f3c975a78356e63ba Mon Sep 17 00:00:00 2001 From: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed, 23 Aug 2023 00:21:59 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 17 +++++++++++++++++ gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d54484f02a76..50232bf9b86d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2023-08-22 Juzhe-Zhong <juzhe.zhong@rivai.ai> + + * config/riscv/t-riscv: Add riscv-vsetvl.def + +2023-08-22 Jakub Jelinek <jakub@redhat.com> + + Backported from master: + 2023-08-22 Jakub Jelinek <jakub@redhat.com> + + PR c++/106652 + * doc/extend.texi (_Float<n>): Drop obsolete sentence that the + types aren't supported in C++. + +2023-08-22 xuli <xuli1@eswincomputing.com> + + * config/riscv/riscv-vsetvl.cc (extract_single_source): Fix bug. + 2023-08-21 liuhongt <hongtao.liu@intel.com> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0415c90afee3..47b00c6c0bd5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230822 +20230823 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f9b97ecbb048..db76dbd6db9a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,39 @@ +2023-08-22 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2023-08-17 Jonathan Wakely <jwakely@redhat.com> + + * include/std/format (__format::_Pres_type): Add _Pres_F. + (__formatter_fp::parse): Use _Pres_F for 'F'. + (__formatter_fp::format): Set __upper for _Pres_F. + * testsuite/std/format/functions/format.cc: Check formatting of + infinity and NaN for each presentation type. + +2023-08-22 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2023-08-17 Jonathan Wakely <jwakely@redhat.com> + + * src/c++20/tzdb.cc (tzdata_file, leaps_file): Change type to + std::string_view. + +2023-08-22 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2023-08-17 Jonathan Wakely <jwakely@redhat.com> + + * include/experimental/internet (address_v4::to_string): Remove + unused parameter name. + +2023-08-22 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2023-08-17 Jonathan Wakely <jwakely@redhat.com> + + * libsupc++/compare (__cmp_cat::__unseq): Make ctor consteval. + * testsuite/18_support/comparisons/categories/zero_neg.cc: Prune + excess errors caused by invalid consteval calls. + 2023-08-14 Jonathan Wakely <jwakely@redhat.com> Backported from master: -- GitLab