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

index b78619652511927a4be32d2e4be21ff20a688d1a..d6410e65d034e974a880bd76b3d209ca9803ed6a 100644 (file)
@@ -1 +1 @@
-20220125
+20220126
index 61967529d6b2283d3cc75bb91950ee51ebe056e6..2248498be9f12fefee478139d9dc9e2f659fbde1 100644 (file)
@@ -1,3 +1,23 @@
+2022-01-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101762
+       * expr.c (gfc_check_pointer_assign): For pointer initialization
+       targets, check that subscripts and substring indices in
+       specifications are constant expressions.
+
+2022-01-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/67804
+       * primary.c (gfc_match_structure_constructor): Recover from errors
+       that occurred while checking for a valid structure constructor in
+       a DATA statement.
+
 2022-01-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 929e7587d1fb7a24289f8f3e7e0bd73f70db01b2..0ddc4c3dc4af239a84bd6a77758f73a875021cff 100644 (file)
@@ -1,3 +1,20 @@
+2022-01-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101762
+       * gfortran.dg/pr101762.f90: New test.
+
+2022-01-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-01-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/67804
+       * gfortran.dg/pr93604.f90: Adjust to changed diagnostics.
+       * gfortran.dg/pr67804.f90: New test.
+
 2022-01-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: