From: GCC Administrator Date: Sun, 24 Jan 2021 00:17:05 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45674e9f77a623acd53d977b8898b4cdddfc3a25;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cd3ab91b0115..d0f077f8eeaf 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210123 +20210124 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e5d42f24fc16..bd66fd200593 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2021-01-23 Paul Thomas + + Backported from master: + 2020-12-26 Paul Thomas + + 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 + + Backported from master: + 2020-12-12 Paul Thomas + + PR fortran/98022 + * data.c (gfc_assign_data_value): Handle inquiry references in + the data statement object list. + 2021-01-07 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 720bd8f3b53b..80117fd1db02 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2021-01-23 Paul Thomas + + Backported from master: + 2020-12-26 Paul Thomas + + PR fortran/98022 + * gfortran.dg/data_inquiry_ref.f90: Change to dg-compile and + add errors for inquiry references. + +2021-01-23 Paul Thomas + + Backported from master: + 2020-12-12 Paul Thomas + + PR fortran/98022 + * gfortran.dg/data_inquiry_ref.f90: New test. + 2021-01-22 Marek Polacek PR c++/98790 diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index b93d943095c6..5edfc4eba58b 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,13 @@ +2021-01-24 Iain Buclaw + + Backported from master: + 2021-01-23 Iain Buclaw + + 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 Jakub Jelinek