From: GCC Administrator Date: Fri, 12 Feb 2021 00:17:08 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f74f955aa2efcf3a731c5749b9a6a30888d4c1;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae922d69f7d3..5d27ff0c49ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2021-02-11 Eric Botcazou + + * config/i386/winnt.c (i386_pe_seh_unwind_emit): When switching to + the cold section, emit a nop before the directive if the previous + active instruction can throw. + 2021-02-09 Eric Botcazou PR rtl-optimization/96015 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 64faa020dd93..027c5a0d149a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210211 +20210212 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9bcdddd88af4..d5d076990554 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2021-02-11 Marek Polacek + + Backported from master: + 2021-02-11 Marek Polacek + + PR c++/95888 + * pt.c (lookup_template_class_1): Pass tf_none to tsubst when looking + for the partial instantiation. + 2021-02-05 Jason Merrill PR c++/98717 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8f84ec13308d..e09adb8fe072 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2021-02-11 Paul Thomas + + Backported from master: + 2021-02-11 Paul Thomas + + PR fortran/98897 + * match.c (gfc_match_call): Include associate names as possible + entities with typebound subroutines. The target needs to be + resolved for the type. + +2021-02-11 Paul Thomas + + Backported from master: + 2021-02-11 Paul Thomas + + PR fortran/99060 + * primary.c (gfc_match_varspec): Test for non-null 'previous' + before using its name in the error message. + 2021-01-28 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7623b5a26187..9c5301a7df31 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2021-02-11 Marek Polacek + + Backported from master: + 2021-02-11 Marek Polacek + + PR c++/95888 + * g++.dg/template/deduce10.C: New test. + * g++.dg/template/deduce9.C: New test. + +2021-02-11 Paul Thomas + + Backported from master: + 2021-02-11 Paul Thomas + + PR fortran/98897 + * gfortran.dg/typebound_call_32.f90: New test. + +2021-02-11 Paul Thomas + + Backported from master: + 2021-02-11 Paul Thomas + + PR fortran/99060 + * gfortran.dg/pr99060.f90: New test. + 2021-02-05 Jason Merrill PR c++/98717