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

index 98be00843bfaaf7cc0b0080d0b0c99355685327f..ac2bf5d4107616d7e632109c32f65b24ab5c66f8 100644 (file)
@@ -1 +1 @@
-20210826
+20210827
index b8d8903ca7073513ba22f57b3165f3deab0701e6..70f5905ac55a2f9051b8eb3a7475cc06398b8cb1 100644 (file)
@@ -1,3 +1,13 @@
+2021-08-26  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98411
+       * trans-decl.c (gfc_finish_var_decl): Adjust check to handle
+       implicit SAVE as well as variables in the main program.  Improve
+       warning message text.
+
 2021-08-16  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index d358e6b5f0928b8a97899bd73eed85af6d85afd4..ce64a7c60a8de5850ffbde1a958256fa02a1bb69 100644 (file)
@@ -1,3 +1,12 @@
+2021-08-26  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98411
+       * gfortran.dg/pr98411.f90: Adjust testcase options to restrict to
+       F2008, and verify case of implicit SAVE.
+
 2021-08-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
 
        Backported from master: