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

index 1c8a0d9aefdc53287a93d69da697f14210d90116..6890dd1b1ddf697ba9f5bf70fea7b76083b4ea2b 100644 (file)
@@ -1,3 +1,7 @@
+2022-09-25  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       * doc/sourcebuild.texi: Fix chapter level.
+
 2022-09-24  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/107001
index 38f463d03a1dc0517bc9e50506dfd8658a64c40b..7764f7ed0a86911660fbe526eb267290964bf3a1 100644 (file)
@@ -1 +1 @@
-20220925
+20220926
index 998fb1b74cf790de837f8e954d5d857130dcbc37..6985e62338d59b96dabb83161ccb83e84eb06af7 100644 (file)
@@ -1,3 +1,69 @@
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       * trans-expr.cc (gfc_conv_procedure_call): Allow strictly
+       matching derived types.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/99169
+       * trans-expr.cc (gfc_conv_procedure_call): Remove conditions
+       on ALLOCATABLE and POINTER attributes guarding clobber
+       generation.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87401
+       * trans-expr.cc (gfc_conv_procedure_call): Remove condition
+       disabling clobber generation for ASSOCIATE variables.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87395
+       * trans-expr.cc (gfc_conv_procedure_call): Remove condition
+       on SAVE attribute guarding clobber generation.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87395
+       * trans-expr.cc (gfc_conv_procedure_call): Remove condition
+       disabling clobber generation for dummy variables.  Remove
+       obsolete comment.
+
+2022-09-25  Harald Anlauf  <anlauf@gmx.de>
+           Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/105012
+       * trans-expr.cc (gfc_conv_procedure_call): Use dummy
+       information from associated_dummy if there is no information
+       from the procedure interface.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/106817
+       * trans-expr.cc (gfc_conv_procedure_call): Collect all clobbers
+       to their own separate block.  Append the block of clobbers to
+       the procedure preliminary block after the argument evaluation
+       codes for all the arguments.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/105012
+       * trans-expr.cc (gfc_conv_procedure_call): Retrieve variable
+       from the just calculated variable reference.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       * trans.h (gfc_conv_expr_reference): Remove add_clobber
+       argument.
+       * trans-expr.cc (gfc_conv_expr_reference): Ditto. Inline code
+       depending on add_clobber and conditions controlling it ...
+       (gfc_conv_procedure_call): ... to here.
+
 2022-09-22  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
        PR fortran/100103
index a5ff3deec62680279a4f13fee1f9a63c6868049a..0e7cd64e0cef94d080b34323d9766bd85e61ca78 100644 (file)
@@ -1,3 +1,48 @@
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       * gfortran.dg/intent_optimize_10.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/99169
+       * gfortran.dg/intent_optimize_9.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87401
+       * gfortran.dg/intent_optimize_8.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87395
+       * gfortran.dg/intent_optimize_7.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/41453
+       PR fortran/87395
+       * gfortran.dg/intent_optimize_6.f90: New test.
+
+2022-09-25  Harald Anlauf  <anlauf@gmx.de>
+           Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/105012
+       * gfortran.dg/intent_optimize_5.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/106817
+       * gfortran.dg/intent_optimize_4.f90: New test.
+
+2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/105012
+       * gfortran.dg/intent_out_15.f90: New test.
+
 2022-09-24  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/107001