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

index f76ec6afe5b301079a8486558a0feee1e75d316d..086e055556fe9d472dd182c6ce1a7c6c5617b835 100644 (file)
@@ -1 +1 @@
-20230305
+20230306
index e6b2e0a44e22c22906900a5ac734b79515c25eaa..1c5700f2c8fc5f3b2747c3c77d1bc6981065c018 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-10  Steve Kargl  <kargl@gcc.gnu.org>
 
        Backported from master:
index 19e473dee5959dee294a1d4707aebf8c21d44f91..203d2b9904ad269367a71b798562c007361b217f 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.109671 seconds and 5 git commands to generate.