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

index 00a1676698dacf1ac648d73114cf518cf554520f..28855046707eb9cd1abb12c39b4c2cc09ffda1e2 100644 (file)
@@ -1,3 +1,9 @@
+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-05  Michael Meissner  <meissner@linux.ibm.com>
 
        Backported from master:
index f1d307746c613684d81b6d46d8f5aababbbaca49..fc4e8edc1af4d2c2df14b354e33c805545d71be7 100644 (file)
@@ -1 +1 @@
-20230714
+20230715
index f60f324aea76427f13a144f6305c67541c2e99ea..d2403cb3c304a8fdd76f0c7e1b08f63e1864fcc4 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.c (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 f5fb43e4bf49e84c9e4377b55e22eb292a4887c5..ebba869e7e10d1102eba5f9ab9d462687a6c63ec 100644 (file)
@@ -1,3 +1,11 @@
+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-08  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: