]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Oct 2022 00:20:52 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Oct 2022 00:20:52 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 3c485b12735eee2835b5ebe091c0414136919e19..aed6f616f21f6d9ca0d188b59a2c4f7f36ec4424 100644 (file)
@@ -1,3 +1,12 @@
+2022-10-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2022-10-04  Tobias Burnus  <tobias@codesourcery.com>
+
+       * doc/install.texi (Specific): Add missing items to bullet list.
+       (amdgcn): Update LLVM requirements, use version not date for newlib.
+       (nvptx): Use version not git hash for newlib.
+
 2022-10-11  Christophe Lyon  <christophe.lyon@arm.com>
 
        * config/arm/mve.md (mve_vqshluq_n_s<mode>): Use
index 0c497e6052ef06804e7c42a2564e92c45bfa396b..66947c0b32d98fbe2869ed2ad0def15ae1b60eff 100644 (file)
@@ -1 +1 @@
-20221013
+20221014
index bc2465f68c1c3435e561524f724658cb8df67ebf..9dc4d05a01397f5f6e5d29c8064609fbd81bcd38 100644 (file)
@@ -1,3 +1,12 @@
+2022-10-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2022-10-13  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/106925
+       * except.cc (maybe_splice_retval_cleanup): Check current_function_decl.
+       Make the bool const.
+
 2022-09-29  Jason Merrill  <jason@redhat.com>
 
        * class.cc (check_methods): Call constraints_satisfied_p.
index 99414d637565244af75dd97ababb91a2aacef21c..8452ecbe1a63b9137488759f7601efc4771c6439 100644 (file)
@@ -1,3 +1,11 @@
+2022-10-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2022-10-13  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/106925
+       * g++.dg/cpp0x/initlist-defarg3.C: New test.
+
 2022-10-12  Mikael Morin  <mikael@gcc.gnu.org>
 
        Backported from master: