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

index 4b8414aa23fdee0c09fdaebae679b32090139f67..0e7d73c191435c05e211b9a04ed50d70b0a7ae22 100644 (file)
@@ -1 +1 @@
-20230720
+20230721
index d2403cb3c304a8fdd76f0c7e1b08f63e1864fcc4..431c13511890f1f52e83720dfb139afcc7e84f23 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.c (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 02ec7dee6a4a69d11afff754c8c01d585206bc98..3e2b87e98a99175f933f36cf85c7b27f103ca707 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: