From: GCC Administrator Date: Mon, 3 Aug 2020 00:16:19 +0000 (+0000) Subject: Daily bump. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7031087cd7d6cd07d18797b0cac90dc048103ed1;p=gcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 87b5f209b1d..83e41ff737e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2020-08-02 Sergei Trofimovich + + PR bootstrap/96404 + * var-tracking.c (vt_find_locations): Fully initialize + all 'in_pending' bits. + 2020-08-01 Jan Hubicka * symtab.c (symtab_node::verify_base): Verify order. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6eab4709860..72167a445ca 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200802 +20200803 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ecb5784f26a..fb8da93b36a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,18 @@ +2020-08-02 Paul Thomas + + 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 + + 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 PR fortran/96320 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0966419592d..b2ffef590e6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2020-08-02 Paul Thomas + + PR target/96320 + * gfortran.dg/module_procedure_4.f90 : New test. + +2020-08-02 Paul Thomas + + PR fortran/96325 + * gfortran.dg/pr96325.f90: New test. + * gfortran.dg/pr91589.f90: Update error message. + 2020-08-01 Paul Thomas PR fortran/96320