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

commit r14-10661-gf0f00c44eb86cc3f5e371fcd4931e1219893351c
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Wed Sep 11 00:23:02 2024 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          |  2 +-
 libstdc++-v3/ChangeLog | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 83b31cda118f..2abf40291e63 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240910
+20240911
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index eb925c39b0f9..6c100031e4cf 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,24 @@
+2024-09-10  Jonathan Wakely  <jwak...@redhat.com>
+
+       Backported from master:
+       2024-06-26  Jonathan Wakely  <jwak...@redhat.com>
+
+       * src/c++20/tzdb.cc (minmax_year, minmax_year2): Remove.
+       (years_from_to): New class replacing minmax_year and
+       minmax_year2.
+       (format_abbrev_str, select_std_or_dst_abbrev): Move earlier in
+       the file. Handle "-" for letters.
+       (ZoneInfo::to): Use format_abbrev_str to expand %z.
+       (ZoneInfo::set_abbrev): Remove exception. Change parameter from
+       reference to value.
+       (operator>>(istream&, Rule&)): Do not clear letters when it
+       contains "-".
+       (time_zone::_M_get_sys_info): Add missing logic to find the Rule
+       in effect before the time point.
+       * testsuite/std/time/tzdb/1.cc: Adjust for vanguard format using
+       "GMT" as the Zone name, not as a Link to "Etc/GMT".
+       * testsuite/std/time/time_zone/sys_info_abbrev.cc: New test.
+
 2024-09-08  Patrick Palka  <ppa...@redhat.com>
 
        Backported from master:

Reply via email to