]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 10 May 2022 00:17:59 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 10 May 2022 00:17:59 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 6baccb8a404b3f6e4d0b2febf8f40b5c69e5713f..faebf4dcb86c3347c17eb0b5602cb43f30a8fa1b 100644 (file)
@@ -1 +1 @@
-20220509
+20220510
index b8ef37813f1f7c66bd5d400259b6e7b140c7679e..dd938cbae2fc1943dc80ae286e91e9e871052e96 100644 (file)
@@ -1,3 +1,12 @@
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-04-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105304
+       * c-common.c (verify_tree) [restart]: Move up to before the
+       NULL test.
+
 2021-04-08  Release Manager
 
        * GCC 10.3.0 released.
index 0f3f58ac6845433837fab157ae5148757117d8f0..5b70b1e99cf94c224b32f0d18ecae779c73fa360 100644 (file)
@@ -1,3 +1,31 @@
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-03-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103455
+       * call.c (add_builtin_candidate) <case MEMBER_REF>: Test
+       CLASS_TYPE_P instead of MAYBE_CLASS_TYPE_P.
+
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-02-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/104565
+       * semantics.c (finish_compound_literal): Don't perform
+       non-dependent expr folding before calling check_narrowing.
+
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-01-25  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/101532
+       PR c++/104225
+       * decl2.c (mark_used): Don't consider maybe_instantiate_noexcept
+       on a deleted function.
+
 2022-02-17  Jason Merrill  <jason@redhat.com>
 
        Revert:
index 51c62931246671ffe431e135085e3bbdf9b71a64..9c7167a45d444bc45eb19abb630fddc4da31a592 100644 (file)
@@ -1,3 +1,37 @@
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-04-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105304
+       * g++.dg/cpp2a/concepts-requires30.C: New test.
+
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-03-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103455
+       * g++.dg/overload/builtin6.C: New test.
+
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-02-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/104565
+       * g++.dg/template/non-dependent22.C: New test.
+
+2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-01-25  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/101532
+       PR c++/104225
+       * g++.dg/cpp0x/nsdmi-template21.C: New test.
+       * g++.dg/cpp0x/nsdmi-template21a.C: New test.
+
 2022-05-06  Michael Meissner  <meissner@linux.ibm.com>
 
        Backported from master:
index 90ac6da1427e3619516bf074ea6a5fcead2fb175..21efdfd615b17e37190f0d45a0faa7114e7258fc 100644 (file)
@@ -1,3 +1,27 @@
+2022-05-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-04-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/93602
+       * doc/xml/manual/prerequisites.xml: Document libiconv
+       workarounds.
+       * doc/html/manual/setup.html: Regenerate.
+       * src/Makefile.am (CXXLINK): Add $(LTLIBICONV).
+       * src/Makefile.in: Regenerate.
+
+2022-05-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-05-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105502
+       * include/bits/random.tcc
+       (operator>>(basic_istream<C,T>&, normal_distribution<R>&)):
+       Update state when __state_avail is false.
+       * testsuite/26_numerics/random/normal_distribution/operators/serialize.cc:
+       Check that deserialized object equals serialized one.
+
 2022-04-26  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: