]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Feb 2021 00:18:38 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Feb 2021 00:18:38 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 912738ecba1b7663f62265f36b2965f1b2dca0c5..72828d4af81c1c6b89c09a83e7c5dec2a2ca07f4 100644 (file)
@@ -1 +1 @@
-20210226
+20210227
index 5da8e2763014187c942b74ccd17cff317165b39e..dbc8b59cac8b62f0cc8b294a02b90037ba980b58 100644 (file)
@@ -1,3 +1,14 @@
+2021-02-26  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-01-14  Harald Anlauf  <anlauf@gmx.de>
+
+       * gfortran.h (gfc_resolve_substring): Add prototype.
+       * primary.c (match_string_constant): Simplify substrings with
+       constant starting and ending points.
+       * resolve.c: Rename resolve_substring to gfc_resolve_substring.
+       (gfc_resolve_ref): Use renamed function gfc_resolve_substring.
+
 2021-02-24  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 96cb287874dc1a632cf10640e62e830f77e486bb..beb124dd5fdee5bee49ecb8c697b2bb01e38c325 100644 (file)
@@ -1,3 +1,11 @@
+2021-02-26  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-01-14  Harald Anlauf  <anlauf@gmx.de>
+
+       * substr_10.f90: New test.
+       * substr_9.f90: New test.
+
 2021-02-24  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: