]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jan 2022 00:17:30 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jan 2022 00:17:30 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 1fcfb4d05ea3dea77d7db5c3832ae4d8bf4d2854..d10ca0ff9c9e0843df041ae3fdc3b3cf716f41f2 100644 (file)
@@ -1 +1 @@
-20220129
+20220130
index b21f7d8120b2de8065d27726f4bd7fba3f16c5f3..c45491958dfdbbdab90d2ddcebaf2d119803123d 100644 (file)
@@ -1,3 +1,26 @@
+2022-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/83079
+       * target-memory.c (gfc_interpret_character): Result length is
+       in bytes and thus depends on the character kind.
+       * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Compute correct
+       string length for the result of the TRANSFER intrinsic and for
+       temporaries for the different character kinds.
+
+2022-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104127
+       * simplify.c (gfc_simplify_transfer): Ensure that the result
+       typespec is set up for TRANSFER with MOLD of type CHARACTER
+       including character length even if the result is a zero-sized
+       array.
+
 2022-01-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index e67bcddb4a1db541913fed261e1a011e38ee67f1..78880e05932fdaf9d60d0f8f1995c4a4bb6f7769 100644 (file)
@@ -1,3 +1,20 @@
+2022-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/83079
+       * gfortran.dg/transfer_char_kind4.f90: New test.
+
+2022-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104127
+       * gfortran.dg/transfer_simplify_11.f90: Fix logic.
+       * gfortran.dg/transfer_simplify_13.f90: New test.
+
 2022-01-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: