From: GCC Administrator Date: Thu, 28 Sep 2023 09:51:40 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.5.0~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca30697fb6000ea98ad18e01155d0ccfc6f1a5e7;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d1627ee14e67..7cf5e2569b4e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230926 +20230928 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a6bc6595d559..987628afc214 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,23 @@ +2023-09-27 Jonathan Wakely + + Backported from master: + 2023-08-09 Jonathan Wakely + + * include/experimental/bits/fs_path.h (path::string): Use + _GLIBCXX17_CONSTEXPR not _GLIBCXX_CONSTEXPR for 'if constexpr'. + * include/std/charconv (__to_chars_8): Initialize variable for + C++17 constexpr rules. + +2023-09-26 Jonathan Wakely + + Backported from master: + 2023-09-25 Jonathan Wakely + + PR libstdc++/111511 + PR c++/111512 + * include/std/array (to_array): Qualify calls to __to_array. + * testsuite/23_containers/array/creation/111512.cc: New test. + 2023-09-14 Jonathan Wakely Backported from master: