]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Jun 2021 00:18:24 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Jun 2021 00:18:24 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 7611c74fc7b4364a79c0661f87148e39f28b1a28..cc7e7b5edb15df7f7975e401cb7948b20ef420a2 100644 (file)
@@ -1,3 +1,10 @@
+2021-06-07  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/100885
+       * config/i386/sse.md (*sse4_1_zero_extendv8qiv8hi2_3): Refine
+       constraints.
+       (<insn>v4siv4di2): Delete constraints for define_expand.
+
 2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ipa/99122
index 0c8a5025924dcdfdd09e6a54ef1816dc5f1d7320..504c3fac9ab10ac3e1692407410d10e973652cef 100644 (file)
@@ -1 +1 @@
-20210607
+20210608
index e3b865f39aba1cd2e5cdc10040eb981be8dbd2f3..4a04e8e3a83d3d4cf277b24b99da80bd2c2bc623 100644 (file)
@@ -1,3 +1,26 @@
+2021-06-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-06-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100862
+       * pt.c (set_current_access_from_decl): Move to ...
+       * class.c (set_current_access_from_decl): ... here.
+       (handle_using_decl): Use it to propagate the access of the
+       using-enum decl to the copy of the imported enumerator.
+       * cp-tree.h (set_current_access_from_decl): Declare.
+       * decl.c (build_enumerator): Simplify using make_temp_override
+       and set_current_access_from_decl.
+
+2021-06-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100102
+       * pt.c (tsubst_function_decl): Remove old code for reducing
+       args when it has excess levels.
+
 2021-06-01  Jason Merrill  <jason@redhat.com>
 
        PR c++/91859
index 3cf2f1578c4e97bfbd592de95c64631501083831..df4cad06aced70f0b51716188ed6c097b7c4c9cf 100644 (file)
@@ -1,3 +1,34 @@
+2021-06-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-06-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100862
+       * g++.dg/cpp2a/using-enum-9.C: New test.
+
+2021-06-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100102
+       * g++.dg/cpp0x/alias-decl-72.C: New test.
+       * g++.dg/cpp0x/alias-decl-72a.C: New test.
+
+2021-06-07  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2021-06-07  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/100885
+       * g++.target/i386/pr100885.C (_mm_set_epi64): Cast __m64 to long
+       long.
+
+2021-06-07  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/100885
+       * g++.target/i386/pr100885.C: New test.
+
 2021-06-04  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index b83bb737eed0cb792b039c9b6c5dd7a1298c6f72..f77de373648e524cd030a9e8ef4e23a400665402 100644 (file)
@@ -1,3 +1,12 @@
+2021-06-07  Avi Kivity  <avi@scylladb.com>
+
+       Backported from master:
+       2021-06-07  Avi Kivity  <avi@scylladb.com>
+
+       PR libstdc++/100900
+       * include/std/ranges (elements_view::__iter_cat::_S_iter_cat):
+       Add missing typename.
+
 2021-06-02  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: