]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Feb 2021 00:17:08 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Feb 2021 00:17:08 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index ae922d69f7d370dc027504ee36ac6dbd439a1154..5d27ff0c49ff911f2fc54300d6bb030c035ad847 100644 (file)
@@ -1,3 +1,9 @@
+2021-02-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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  <ebotcazou@adacore.com>
 
        PR rtl-optimization/96015
index 64faa020dd93bf0c7ebf752d3faf4feb1407d499..027c5a0d149a8ed883f40d536be5ac9fda088a5c 100644 (file)
@@ -1 +1 @@
-20210211
+20210212
index 9bcdddd88af40a2689d8f6e95b35c089a80b5dd8..d5d07699055443eec15c5fae839456768f31a06f 100644 (file)
@@ -1,3 +1,12 @@
+2021-02-11  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2021-02-11  Marek Polacek  <polacek@redhat.com>
+
+       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  <jason@redhat.com>
 
        PR c++/98717
index 8f84ec13308de0c287a8f32c55bb98fbdc18eaaa..e09adb8fe07252241b8dec919cf292ba88f3f3d2 100644 (file)
@@ -1,3 +1,22 @@
+2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       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  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       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  <anlauf@gmx.de>
 
        Backported from master:
index 7623b5a2618781e99b7d8314a9ff06d579846a8b..9c5301a7df31872e0c56d843196d1fdd8276557b 100644 (file)
@@ -1,3 +1,28 @@
+2021-02-11  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2021-02-11  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95888
+       * g++.dg/template/deduce10.C: New test.
+       * g++.dg/template/deduce9.C: New test.
+
+2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/98897
+       * gfortran.dg/typebound_call_32.f90: New test.
+
+2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99060
+       * gfortran.dg/pr99060.f90: New test.
+
 2021-02-05  Jason Merrill  <jason@redhat.com>
 
        PR c++/98717