+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-19 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/110298
+ * tree-ssa-loop-ivcanon.cc (tree_unroll_loops_completely):
+ Clear number of iterations info before cleaning up the CFG.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-20 Richard Biener <rguenther@suse.de>
+
+ PR debug/110295
+ * dwarf2out.cc (process_scope_var): Continue processing
+ the decl after setting a parent in case the existing DIE
+ was in limbo.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-06 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/110055
+ * gimplify.cc (gimplify_target_expr): Do not emit
+ CLOBBERs for variables which have static storage duration
+ after gimplifying their initializers.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-05-31 Richard Biener <rguenther@suse.de>
+
+ PR ipa/109983
+ PR tree-optimization/109143
+ * tree-ssa-structalias.cc (struct topo_info): Remove.
+ (init_topo_info): Likewise.
+ (free_topo_info): Likewise.
+ (compute_topo_order): Simplify API, put the component
+ with ESCAPED last so it's processed first.
+ (topo_visit): Adjust.
+ (solve_graph): Likewise.
+
2023-06-20 Alex Coplan <alex.coplan@arm.com>
Backported from master:
+2023-06-23 Jason Merrill <jason@redhat.com>
+
+ * call.cc (maybe_init_list_as_array): Build a list.
+
+2023-06-23 Jason Merrill <jason@redhat.com>
+
+ PR c++/110102
+ * call.cc (maybe_init_list_as_array): Check that the element type is
+ copyable.
+
+2023-06-23 Jason Merrill <jason@redhat.com>
+
+ DR 2735
+ PR c++/109247
+ * call.cc (sfk_copy_or_move): New.
+ (joust): Add tiebreaker for explicit conv and copy ctor.
+
2023-05-19 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2023-06-23 Jason Merrill <jason@redhat.com>
+
+ PR c++/110102
+ * g++.dg/cpp0x/initlist-opt1.C: New test.
+
+2023-06-23 Jason Merrill <jason@redhat.com>
+
+ DR 2735
+ PR c++/109247
+ * g++.dg/cpp0x/initlist-explicit3.C: New test.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-19 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/110298
+ * gcc.dg/torture/pr110298.c: New testcase.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-20 Richard Biener <rguenther@suse.de>
+
+ PR debug/110295
+ * g++.dg/debug/pr110295.C: New testcase.
+
+2023-06-23 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2023-06-06 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/110055
+ * g++.dg/warn/Wdangling-pointer-pr110055.C: New testcase.
+
2023-06-20 Alex Coplan <alex.coplan@arm.com>
Backported from master: