]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Jun 2020 00:16:54 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Jun 2020 00:16:54 +0000 (00:16 +0000)
config/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libiberty/ChangeLog
libstdc++-v3/ChangeLog
lto-plugin/ChangeLog

index a9b67ebad63b5dac462a4b947fb1d9a546c26f36..02e204f62d8c57b7d5d5ca8e338a7e442ccdc59f 100644 (file)
@@ -1,3 +1,12 @@
+2020-06-22  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2020-05-12  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/94998
+       * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if
+       possible.
+
 2020-05-07  Release Manager
 
        * GCC 10.1.0 released.
index 5316c6c6e8542327f5016610ac30564eb50053da..01621c4e8201ef81fe28ff2fe429cecc3bf0efb7 100644 (file)
@@ -1 +1 @@
-20200622
+20200623
index fc66fcda3678503119404e1cb92326434f387475..0faa5bda7e314bf4dcc6f4b83c64827217c51829 100644 (file)
@@ -1,3 +1,21 @@
+2020-06-22  Jason Merrill  <jason@redhat.com>
+
+       * call.c (joust): Only compare constraints for non-template
+       candidates with matching parameters.
+       * pt.c (tsubst_pack_expansion): Fix getting a type parameter
+       pack.
+       (more_specialized_fn): Only compare constraints for candidates with
+       matching parameters.
+
+2020-06-22  Jason Merrill  <jason@redhat.com>
+
+       * cp-tree.h (copy_fndecl_with_name): Declare.
+       * class.c (copy_fndecl_with_name): Copy from build_clone.
+       (add_implicitly_declared_members): Add op== to TYPE_FIELDS.
+       * method.c (implicitly_declare_fn): Use copy_fndecl_with_name.
+       * decl.c (grokfndecl): Add initialized parm.
+       (grokdeclarator): Pass it down.
+
 2020-06-21  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index 5c2e64f156f7021fe1ea4f001c955c919cc5b1c6..314ae6255c6816d298fb2a8fd9b0e359fc65405b 100644 (file)
@@ -1,3 +1,51 @@
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95707
+       * gfortran.h (gfc_common_head): Enlarge buffer.
+       * trans-common.c (gfc_sym_mangled_common_id): Enlarge temporary
+       buffers, and add check on length on mangled name to prevent
+       overflow.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95688
+       * iresolve.c (gfc_get_string): Enlarge static buffer size.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95687
+       * class.c (get_unique_type_string): Return a string with dynamic
+       length.
+       (get_unique_hashed_string, gfc_hash_value): Use dynamic result
+       from get_unique_type_string instead of static buffer.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95689
+       * interface.c (check_sym_interfaces): Enlarge temporary buffer,
+       and add check on length on mangled name to prevent overflow.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95587
+       * match.c (gfc_match_equivalence): Check constraints on
+       EQUIVALENCE objects also for CLASS variables.
+
 2020-06-17  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 216e9ab568572e80f42beb51321a4371ef305501..4283a7e244d37b9fed93bdba530607501650781c 100644 (file)
@@ -1,3 +1,7 @@
+2020-06-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * sv.po: Update.
+
 2020-06-03  Joseph Myers  <joseph@codesourcery.com>
 
        * sv.po: Update.
index 4721e93bdfc92bf2b5c9eb93dca562fb85842911..2ef10564974d55bca47be5b2087eaf16a12faf01 100644 (file)
@@ -1,3 +1,53 @@
+2020-06-22  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/concepts-return-req1.C: Expect error.
+       * g++.dg/cpp2a/concepts-p2113a.C: New test.
+       * g++.dg/cpp2a/concepts-p2113b.C: New test.
+
+2020-06-22  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/spaceship-synth9.C: New test.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95707
+       * gfortran.dg/pr95707.f90: New file.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95688
+       * gfortran.dg/pr95688.f90: New file.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95687
+       * gfortran.dg/pr95687.f90: New file.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95689
+       * gfortran.dg/pr95689.f90: New file.
+
+2020-06-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95587
+       * gfortran.dg/pr95587.f90: New file.
+
 2020-06-21  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index 5a17dfebe524f5b087586727c5a00fe4e116c623..a61c95207e4e6cdbcb983cbdeeda30ccb638f0fe 100644 (file)
@@ -1,3 +1,11 @@
+2020-06-22  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2020-05-12  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/94998
+       * configure: Regenerated.
+
 2020-05-07  Release Manager
 
        * GCC 10.1.0 released.
index 37157775082ac804f13bbdf9627a52c696b78a84..5b3e04c9ca0ddcd529b46ee16577c11a1d264c35 100644 (file)
@@ -1,3 +1,10 @@
+2020-06-22  Jason Merrill  <jason@redhat.com>
+
+       * testsuite/24_iterators/move_iterator/rel_ops_c++20.cc:
+       Remove greedy_ops tests.
+       * testsuite/24_iterators/reverse_iterator/rel_ops_c++20.cc:
+       Remove greedy_ops tests.
+
 2020-06-11  Patrick Palka  <ppalka@redhat.com>
 
        PR libstdc++/95578
index e84603ad5e3ccca94495829264d8903d0ae27c8d..7cb359dd765f855f56a5b9e15cae3b8d447305da 100644 (file)
@@ -1,3 +1,11 @@
+2020-06-22  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2020-05-12  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/94998
+       * configure: Regenerated.
+
 2020-05-07  Release Manager
 
        * GCC 10.1.0 released.
This page took 0.101472 seconds and 5 git commands to generate.