]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 13 Oct 2022 00:22:46 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 13 Oct 2022 00:22:46 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 6f50c16be9c3866d9298061f3b91a97e0666ac4d..0c497e6052ef06804e7c42a2564e92c45bfa396b 100644 (file)
@@ -1 +1 @@
-20221012
+20221013
index ce03cb26d759a3fa985e0b235d2ba4e3d3a5f2f7..edf507bd652788027a1f93e5a9803833eb1877a1 100644 (file)
@@ -1,3 +1,34 @@
+2022-10-12  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       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-10-12  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       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-10-12  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       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-10-08  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
        Backported from master:
index 7e16d300759d40ce8cbb20f0fb96d14278f2a400..99414d637565244af75dd97ababb91a2aacef21c 100644 (file)
@@ -1,3 +1,19 @@
+2022-10-12  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/106817
+       * gfortran.dg/intent_optimize_4.f90: New test.
+
+2022-10-12  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2022-09-25  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/105012
+       * gfortran.dg/intent_out_15.f90: New test.
+
 2022-10-11  Richard Biener  <rguenther@suse.de>
 
        Backported from master: