Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Aug 2020 00:16:19 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Aug 2020 00:16:19 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 87b5f209b1d95b55cb08b262f798629592aa92b3..83e41ff737e105bf21a444e23cef3320eb254e36 100644 (file)
@@ -1,3 +1,9 @@
+2020-08-02  Sergei Trofimovich  <siarheit@google.com>
+
+       PR bootstrap/96404
+       * var-tracking.c (vt_find_locations): Fully initialize
+       all 'in_pending' bits.
+
 2020-08-01  Jan Hubicka  <jh@suse.cz>
 
        * symtab.c (symtab_node::verify_base): Verify order.
index 6eab4709860be764842e0d97594ac47366065598..72167a445ca54dc2c0d5c7ed9f04c786c4d2eb87 100644 (file)
@@ -1 +1 @@
-20200802
+20200803
index ecb5784f26a896175423e62a1c69fe3519663d11..fb8da93b36a3ed0e8e7b3424604fa4688cc4395e 100644 (file)
@@ -1,3 +1,18 @@
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR target/96320
+       * interface.c (gfc_check_dummy_characteristics): If a module
+       procedure arrives with assumed shape in the interface and
+       deferred shape in the procedure itself, update the latter and
+       copy the lower bounds.
+
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96325
+       * primary.c (gfc_match_varspec): In the case that a component
+       reference is added to an intrinsic type component, emit the
+       error message in this function.
+
 2020-08-01  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/96320
index 0966419592da9be577b5c739c5a81fedef9fa67f..b2ffef590e67afcecbbaf220a390e9808da74334 100644 (file)
@@ -1,3 +1,14 @@
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR target/96320
+       * gfortran.dg/module_procedure_4.f90 : New test.
+
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96325
+       * gfortran.dg/pr96325.f90: New test.
+       * gfortran.dg/pr91589.f90: Update error message.
+
 2020-08-01  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/96320