]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Jul 2023 00:19:37 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Jul 2023 00:19:37 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 85fc290ebaf4c4dfc5860c61a07437ce057ce5b1..4130f2b70bb26c7c8f9abd1fca6afb07a4620daf 100644 (file)
@@ -1,3 +1,21 @@
+2023-07-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2023-07-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/110206
+       * fwprop.cc (contains_paradoxical_subreg_p): Move to ...
+       * rtlanal.cc (contains_paradoxical_subreg_p): ... here.
+       * rtlanal.h (contains_paradoxical_subreg_p): Add prototype.
+       * cprop.cc (try_replace_reg): Do not set REG_EQUAL note
+       when the original source contains a paradoxical subreg.
+
+2023-07-14  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/101469
+       * config/sh/sh.md (peephole2): Handle case where eliminated reg
+       is also used by the address of the following memory operand.
+
 2023-07-13  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index f1d307746c613684d81b6d46d8f5aababbbaca49..fc4e8edc1af4d2c2df14b354e33c805545d71be7 100644 (file)
@@ -1 +1 @@
-20230714
+20230715
index e9057cdf00b1edcfb528e6e8a6e9374be6b3d3db..3f05b8968c93ba49d144bc6564e2c83cee298528 100644 (file)
@@ -1,3 +1,14 @@
+2023-07-14  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/110288
+       * symbol.cc (gfc_copy_formal_args_intr): When deriving the formal
+       argument attributes from the actual ones for intrinsic procedure
+       calls, take special care of CHARACTER arguments that we do not
+       wrongly treat them formally as deferred-length.
+
 2023-07-08  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 7f69a3367bca5f34eaba4e4b9fb1acfc38e59bdd..3a5273d564de5e1c5b7a2afb57e1edc5438725f6 100644 (file)
@@ -1,3 +1,19 @@
+2023-07-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2023-07-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/110206
+       * gcc.target/i386/pr110206.c: New test.
+
+2023-07-14  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/110288
+       * gfortran.dg/findloc_10.f90: New test.
+
 2023-07-13  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master: