]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Sep 2022 00:23:09 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Sep 2022 00:23:09 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index e22a65d8c1236a49c0f054b11544f61823c7e108..c5a8cbf7428c2c28622bb5101a63477e3f24ac11 100644 (file)
@@ -1 +1 @@
-20220916
+20220917
index 8450af3bf75796eb487b81f0a774a85089f99543..dc652e2c8a3828ac996d13a693a05969db308bec 100644 (file)
@@ -1,3 +1,21 @@
+2022-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106857
+       * simplify.cc (gfc_simplify_pack): Check for NULL pointer dereferences
+       while walking through constructors (error recovery).
+
+2022-09-16  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-09-03  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100245
+       * trans-expr.cc (trans_class_assignment): Add if clause to handle
+       derived type in the LHS.
+
 2022-09-05  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
        Backported from master:
index 7a44c9893f6451107edd75822fa9f9b304af3d98..c5e53d5b8422fab6c59c693ce67bcb3daf36fb8b 100644 (file)
@@ -1,3 +1,19 @@
+2022-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106857
+       * gfortran.dg/pr106857.f90: New test.
+
+2022-09-16  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-09-03  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100245
+       * gfortran.dg/PR100245.f90: New test.
+
 2022-09-13  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master:
index e30073a5eeaad7f344374e9441563ed81a31c60a..f9cf066cec7cf075341f001586c953d8a8647fab 100644 (file)
@@ -1,3 +1,8 @@
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/abi.xml: Document GLIBCXX_3.4.30 version.
+       * doc/html/manual/abi.html: Regenerate.
+
 2022-09-12  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: