]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jan 2021 00:17:05 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jan 2021 00:17:05 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index cd3ab91b01156695c6579f40dce275e9be7d84f3..d0f077f8eeafe4465a2eb9c76473beba52143490 100644 (file)
@@ -1 +1 @@
-20210123
+20210124
index e5d42f24fc16559a3850366441b3e6b2ef5c2c72..bd66fd20059366782254e5bc79f84674a935bf7c 100644 (file)
@@ -1,3 +1,22 @@
+2021-01-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2020-12-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/98022
+       * data.c (gfc_assign_data_value): Throw an error for inquiry
+       references. Follow with corrected code that would provide the
+       expected result and provides clean error recovery.
+
+2021-01-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2020-12-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/98022
+       * data.c (gfc_assign_data_value): Handle inquiry references in
+       the data statement object list.
+
 2021-01-07  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 720bd8f3b53b91df11c2c471a8e8a1eef29c4d98..80117fd1db029451fa426892d76af9a6f6709028 100644 (file)
@@ -1,3 +1,20 @@
+2021-01-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2020-12-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/98022
+       * gfortran.dg/data_inquiry_ref.f90: Change to dg-compile and
+       add errors for inquiry references.
+
+2021-01-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2020-12-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/98022
+       * gfortran.dg/data_inquiry_ref.f90: New test.
+
 2021-01-22  Marek Polacek  <polacek@redhat.com>
 
        PR c++/98790
index b93d943095c6ef2b064edf9d5322058c88d27305..5edfc4eba58bbf45ff4619cd3597302d5d18fcfa 100644 (file)
@@ -1,3 +1,13 @@
+2021-01-24  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/98806
+       * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
+       for MIPS32 and MIPS64.
+       (getDependencies): Adjust dlpi_addr on MIPS_Any.
+
 2021-01-03  Iain Sandoe  <iain@sandoe.co.uk>
            Jakub Jelinek   <jakub@redhat.com>