+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
+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
+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:
+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: