]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 20 Dec 2020 00:17:06 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 20 Dec 2020 00:17:06 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 1137155e7df86c8c7bcbd772e57d007b7539b388..ba5e1e7cb1dfc37631ffa32df0415a0e4c48d719 100644 (file)
@@ -1 +1 @@
-20201219
+20201220
index 0163f79a9f08a01262a1ea535b1b7b523832edb4..e3094572d9cec6c28ed10b6c36905cf8a190045c 100644 (file)
@@ -1,3 +1,12 @@
+2020-12-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-12-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98307
+       * trans-stmt.c (check_forall_dependencies): Extend dependency
+       check to allocatable components of derived types.
+
 2020-12-06  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 2451a7d747bc562c80a8161043b5fbaf375bcb99..f00d389c6904e4ee03f73d392f144b83b23dd829 100644 (file)
@@ -1,3 +1,11 @@
+2020-12-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-12-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98307
+       * gfortran.dg/forall_19.f90: New test.
+
 2020-12-16  Nathan Sidwell  <nathan@acm.org>
 
        * g++.dg/template/pr98297.C: New.