]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Mar 2023 00:18:27 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Mar 2023 00:18:27 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index f76ec6afe5b301079a8486558a0feee1e75d316d..086e055556fe9d472dd182c6ce1a7c6c5617b835 100644 (file)
@@ -1 +1 @@
-20230305
+20230306
index 2f897d0388d78c4cb565ef672acb99ad9fca9c3d..83e40200e41fbc35e34a609b89a972b345e89a53 100644 (file)
@@ -1,3 +1,33 @@
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108937
+       * trans-intrinsic.c (gfc_conv_intrinsic_ibits): Handle corner case
+       LEN argument of IBITS equal to BITSIZE(I).
+
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/96024
+       * resolve.c (resolve_component): The type of a CHARACTER length
+       expression must be INTEGER.
+
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/96025
+       * parse.c (check_function_result_typed): Improve type check of
+       specification expression for character length and return status.
+       (parse_spec): Use status from above.
+       * resolve.c (resolve_fntype): Prevent use of invalid specification
+       expression for character length.
+
 2023-02-11  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index abce3ce517e7d59fd911585b6f94126b06489acd..c3989954224a65c6d29ea01766e1ac11570e3d91 100644 (file)
@@ -1,3 +1,27 @@
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108937
+       * gfortran.dg/ibits_2.f90: New test.
+
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/96024
+       * gfortran.dg/pr96024.f90: New test.
+
+2023-03-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/96025
+       * gfortran.dg/pr96025.f90: New test.
+
 2023-03-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
This page took 0.111228 seconds and 5 git commands to generate.