]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Mar 2024 00:21:57 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Mar 2024 00:21:57 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c7e324d32c0f020f29f8e506c3f41a8325c608d0..8b3f474f4cc1ef91c272d83b2dcd418fb2ede5f5 100644 (file)
@@ -1 +1 @@
-20240306
+20240307
index f598f6c48893cb64a2bee1c7f709ca202940b949..3795a066a3836678ed07e0f17aed51fe8173256a 100644 (file)
@@ -1,3 +1,24 @@
+2024-03-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-02-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114012
+       * trans-expr.cc (gfc_conv_procedure_call): Evaluate non-trivial
+       arguments just once before assigning to an unlimited polymorphic
+       dummy variable.
+
+2024-03-06  Steve Kargl  <kargl@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-23  Steve Kargl  <kargl@gcc.gnu.org>
+                   Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114024
+       * trans-stmt.cc (gfc_trans_allocate): When a source expression has
+       substring references, part-refs, or %re/%im inquiries, wrap the
+       entity in parentheses to force evaluation of the expression.
+
 2024-01-31  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index b341a561a670f0cc5efc5a8a72db83cd23099031..f4e39c8f80a3cc8020ad8643e0a1a57b4b306d3e 100644 (file)
@@ -1,3 +1,21 @@
+2024-03-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-02-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114012
+       * gfortran.dg/pr114012.f90: New test.
+
+2024-03-06  Steve Kargl  <kargl@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-23  Steve Kargl  <kargl@gcc.gnu.org>
+                   Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114024
+       * gfortran.dg/allocate_with_source_27.f90: New test.
+       * gfortran.dg/allocate_with_source_28.f90: New test.
+
 2024-03-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
This page took 0.082985 seconds and 5 git commands to generate.