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

index 4b8414aa23fdee0c09fdaebae679b32090139f67..0e7d73c191435c05e211b9a04ed50d70b0a7ae22 100644 (file)
@@ -1 +1 @@
-20230720
+20230721
index 3f05b8968c93ba49d144bc6564e2c83cee298528..605126db43e1b143b4f32e4a713a58f845b9fddb 100644 (file)
@@ -1,3 +1,14 @@
+2023-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95947
+       PR fortran/110658
+       * trans-expr.cc (gfc_conv_procedure_call): For intrinsic procedures
+       whose result characteristics depends on the first argument and which
+       can be of type character, the character length will not be deferred.
+
 2023-07-14  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index a3f050e0a2a9f4c7c0a466bed4c641e330b9d261..faea7a5b47153b5b018d6a62174db2e83a96c8e6 100644 (file)
@@ -1,3 +1,12 @@
+2023-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95947
+       PR fortran/110658
+       * gfortran.dg/deferred_character_37.f90: New test.
+
 2023-07-19  Maciej W. Rozycki  <macro@embecosm.com>
 
        Backported from master: