+2021-06-26 Jason Merrill <jason@redhat.com>
+
+ * except.c: #include "dwarf2.h" instead of "dwarf2out.h".
+
+2021-06-26 Andrew Pinski <apinski@marvell.com>
+
+ * genmatch.c (lower_cond): Copy for_subst_vec
+ for the simplify also.
+ (lower): Swap the order for lower_for and lower_cond.
+
+2021-06-26 Andrew Pinski <apinski@marvell.com>
+
+ * tree-ssa-phiopt.c (match_simplify_replacement): Reset
+ flow senatitive info on the moved ssa set.
+
+2021-06-26 Andrew Pinski <apinski@marvell.com>
+
+ * fold-const.c (fold_cond_expr_with_comparison):
+ Exand arg0 into comp_code, arg00, and arg01.
+ (fold_ternary_loc): Use invert_tree_comparison
+ instead of fold_invert_truthvalue for the case
+ where we have A CMP B ? C : A.
+
2021-06-25 Martin Sebor <msebor@redhat.com>
PR middle-end/101216
+2021-06-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/96204
+ * pt.c (instantiate_class_template_1): Enter the scope of the
+ type when calling most_specialized_partial_spec.
+
+2021-06-26 Jason Merrill <jason@redhat.com>
+
+ PR c++/101040
+ PR c++/97566
+ * class.c (is_empty_field): Handle null argument.
+ * constexpr.c (cxx_eval_bare_aggregate): Discard initializer
+ for empty field.
+
2021-06-26 Marek Polacek <polacek@redhat.com>
PR c++/100752
+2021-06-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/96204
+ * g++.dg/template/access40.C: New test.
+ * g++.dg/template/access40a.C: New test.
+
+2021-06-26 Jason Merrill <jason@redhat.com>
+
+ PR c++/101040
+ PR c++/97566
+ * g++.dg/cpp2a/no_unique_address13.C: New test.
+
2021-06-26 Marek Polacek <polacek@redhat.com>
PR c++/100752