From: GCC Administrator Date: Fri, 29 May 2020 00:18:04 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-9.4.0~929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c8e38c11bed7d27979c693f4ec4e02001ebe23;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 5118880926fa..065a3b856106 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200528 +20200529 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 87ec124b0487..c0c917bbc42c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,24 @@ +2020-05-28 Steven G. Kargl + Mark Eggleston + Mark Eggleston + + PR fortran/94397 + * match.c (gfc_match_type_spec): New variable ok initialised + to true. Set ok with the return value of gfc_reduce_init_expr + called only if the expression is not EXPR_CONSTANT and is not + EXPR_VARIABLE. Add !ok to the check for type not being integer + or the rank being greater than zero. + +2020-05-28 Tobias Burnus + Mark Eggleston + + PR fortran/50392 + * trans-decl.c (gfc_get_symbol_decl): Remove unnecessary block + delimiters. Add auxiliary variables if a label is assigned to + a return variable. (gfc_gat_fake_result): If the symbol has an + assign attribute set declaration from the symbol's backend + declaration. + 2020-05-27 Thomas Koenig PR libfortran/95191 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 86548db6c004..3cce7b9ede38 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2020-05-28 Steven G. Kargl + Mark Eggleston + + PR fortran/94397 + * gfortran.dg/pr94397.F90: New test. + +2020-05-28 Tobias Burnus + + PR fortran/50392 + * gfortran.dg/pr50392.f: New test. + 2020-05-27 Harald Anlauf Steven G. Kargl diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index d8942eaa846b..ad7a872ea9da 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2020-05-28 Harald Anlauf + + PR libfortran/95104 + * io/unit.c (unlock_unit): Guard by check for NULL pointer. + 2020-05-27 Harald Anlauf Steven G. Kargl