Daily bump.

This commit is contained in:
GCC Administrator 2020-08-03 00:16:19 +00:00
parent 6e46b3f3da
commit 7031087cd7
4 changed files with 33 additions and 1 deletions

View 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.

View File

@ -1 +1 @@
20200802
20200803

View 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

View 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