]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jul 2022 00:17:24 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jul 2022 00:17:24 +0000 (00:17 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index ef960813d5eb1140d900e0665b5efae12e36b1e8..a7decbb2bdb8fcaa97f60285127c1039b577a41a 100644 (file)
@@ -1 +1 @@
-20220723
+20220724
index ab2d0a9883f6f87bb558fc067f977cf94e135d56..c8b67bdb58b46c6fc07f491099eedea20b0ee9bb 100644 (file)
@@ -1,3 +1,21 @@
+2022-07-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-07-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/106162
+       * include/Makefile.am (largefile-config.h): Add
+       stamp-${host_alias} prerequisite.
+       * include/Makefile.in: Regenerate.
+
+2022-07-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/range_access.h (begin(valarray), end(valarray)):
+       Add noexcept.
+
 2022-07-22  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: