]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 29 May 2020 00:18:04 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 29 May 2020 00:18:04 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 5118880926fa964f380dc41e7a7ed9b21f82ee9c..065a3b8561060b690fc38f19ee0eb77303caa29d 100644 (file)
@@ -1 +1 @@
-20200528
+20200529
index 87ec124b0487107314d289d790dc0b26043df3b9..c0c917bbc42cdab0bd86fedafd15cfb62da569e9 100644 (file)
@@ -1,3 +1,24 @@
+2020-05-28  Steven G. Kargl  <kargl@gcc.gnu.org>
+           Mark Eggleston  <markeggleston@gcc.gnu.org>
+           Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       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  <tobias@codesourcery.com>
+           Mark Eggleston  <markeggleston@gnu.gcc.org>
+
+       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  <tkoenig@gcc.gnu.org>
 
        PR libfortran/95191
index 86548db6c004308c0876a0c9ab871f140626ac29..3cce7b9ede380ccf98921d1ab9218a4ae6e8cff9 100644 (file)
@@ -1,3 +1,14 @@
+2020-05-28  Steven G. Kargl  <kargl@gcc.gnu.org>
+           Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       PR fortran/94397
+       * gfortran.dg/pr94397.F90: New test.
+
+2020-05-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/50392
+       * gfortran.dg/pr50392.f: New test.
+
 2020-05-27  Harald Anlauf  <anlauf@gmx.de>
            Steven G. Kargl   <kargl@gcc.gnu.org>
 
index d8942eaa846b29b32cf94af0e99d13e10594beb2..ad7a872ea9da5be07f7c15a851654cf957c8e138 100644 (file)
@@ -1,3 +1,8 @@
+2020-05-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR libfortran/95104
+       * io/unit.c (unlock_unit): Guard by check for NULL pointer.
+
 2020-05-27  Harald Anlauf  <anlauf@gmx.de>
            Steven G. Kargl   <kargl@gcc.gnu.org>