]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Sep 2021 00:17:14 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Sep 2021 00:17:14 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 28120a9a369b806e20892e644f28417c28b2ab12..011ff5c5fe9eb2be7d4be2a118f584e2a08a1e32 100644 (file)
@@ -1,3 +1,21 @@
+2021-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       Backported from master:
+       2021-09-08  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       PR target/102107
+       * config/rs6000/rs6000-logue.c (rs6000_emit_epilogue): For ELFv2 use
+       r11 instead of r12 for restoring CR.
+
+2021-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       Backported from master:
+       2021-09-03  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       PR target/102107
+       * config/rs6000/rs6000-logue.c (rs6000_emit_prologue): On ELFv2 use r11
+       instead of r12 for CR save, in all cases.
+
 2021-09-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/102306
index ed865cb70abe5f8c41cc735333e02410df0fbfd9..47a736e6a1c40c15b105285dd0d9ad9157ca2834 100644 (file)
@@ -1 +1 @@
-20210921
+20210922
index 67d241f6bb893103257fa4e62735933da3d4580f..a715277773373d763c92b01b6c10d5cb616511a9 100644 (file)
@@ -1,3 +1,32 @@
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85130
+       * expr.c (find_substring_ref): Handle given substring start and
+       end indices as signed integers, not unsigned.
+
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102287
+       * trans-expr.c (gfc_conv_procedure_call): Wrap deallocation of
+       allocatable components of optional allocatable derived type
+       procedure arguments with INTENT(OUT) into a presence check.
+
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102366
+       * trans-decl.c (gfc_finish_var_decl): Disable the warning message
+       for variables moved from stack to static storange if they are
+       declared in the main, but allow the move to happen.
+
 2021-09-16  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 5dd7c08fb682a9bcef70d32900b1cdee7bb829c2..e1aff61fba4fb77bda9aca29f7b1d9ec711705a1 100644 (file)
@@ -1,3 +1,36 @@
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85130
+       * gfortran.dg/substr_6.f90: Revert commit r8-7574, adding again
+       test that was erroneously considered as illegal.
+
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102287
+       * gfortran.dg/intent_out_14.f90: New test.
+
+2021-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102366
+       * gfortran.dg/pr102366.f90: New test.
+
+2021-09-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * lib/target-supports.exp (no_fsanitize_address): Add missing bits.
+       * gcc.dg/pr91441.c: Likewise.
+       * gcc.dg/pr96260.c: Likewise.
+       * gcc.dg/pr96307.c: Likewise.
+       * g++.dg/abi/anon4.C: Likewise.
+
 2021-09-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/sparc/20210917-1.c: New test.
This page took 0.193875 seconds and 5 git commands to generate.