+2021-07-09 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2021-07-08 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/101066
+ * ipa-sra.c (class isra_call_summary): New member
+ m_before_any_store, initialize it in the constructor.
+ (isra_call_summary::dump): Dump the new field.
+ (ipa_sra_call_summaries::duplicate): Copy it.
+ (process_scan_results): Set it.
+ (isra_write_edge_summary): Stream it.
+ (isra_read_edge_summary): Likewise.
+ (param_splitting_across_edge): Only override
+ safe_to_import_accesses if m_before_any_store is set.
+
+2021-07-09 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR target/101377
+ * gcc.c (ASM_DEBUG_DWARF_OPTION): Set again to --gdwarf2 in
+ the case where HAVE_AS_WORKING_DWARF_N_FLAG is not defined
+ and HAVE_LD_BROKEN_PE_DWARF5 is defined.
+
2021-07-07 Peter Bergner <bergner@linux.ibm.com>
Backported from master:
+2021-07-09 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/utils.c (finish_subprog_decl): Remove obsolete line.
+
2021-07-01 Eric Botcazou <ebotcazou@adacore.com>
PR ada/101094
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/101098
+ * decl.c (function_requirements_equivalent_p): Only compare
+ trailing requirements on a specialization.
+
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/100838
+ * call.c (convert_like_internal): Clear tf_no_cleanup when
+ recursing.
+ (build_user_type_conversion_1): Only add ck_rvalue if
+ LOOKUP_ONLYCONVERTING.
+
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/86355
+ * pt.c (use_pack_expansion_extra_args_p): Don't compare
+ args from the same argument pack.
+
2021-07-08 Marek Polacek <polacek@redhat.com>
Backported from master:
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/101098
+ * g++.dg/concepts/explicit-spec1.C: New test.
+
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/100838
+ * g++.dg/init/no-elide2.C: New test.
+
+2021-07-09 Jason Merrill <jason@redhat.com>
+
+ PR c++/86355
+ * g++.dg/cpp0x/alias-decl-variadic2.C: New test.
+
+2021-07-09 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2021-07-08 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/101066
+ * gcc.dg/ipa/pr101066.c: New test.
+
2021-07-08 Marek Polacek <polacek@redhat.com>
Backported from master: