From: GCC Administrator Date: Sat, 24 Jun 2023 00:20:41 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.2.0~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=896085f08f683d915c6803e4f2e8a7c816dcb1d7;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1daf99a42009..c428cf35007f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,47 @@ +2023-06-23 Richard Biener + + Backported from master: + 2023-06-19 Richard Biener + + 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 + + Backported from master: + 2023-06-20 Richard Biener + + 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 + + Backported from master: + 2023-06-06 Richard Biener + + 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 + + Backported from master: + 2023-05-31 Richard Biener + + 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0d054fa2ec36..cbffb8130b64 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230623 +20230624 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0d137d6b3be2..d69f02ca0621 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2023-06-23 Jason Merrill + + * call.cc (maybe_init_list_as_array): Build a list. + +2023-06-23 Jason Merrill + + PR c++/110102 + * call.cc (maybe_init_list_as_array): Check that the element type is + copyable. + +2023-06-23 Jason Merrill + + 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 Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c42f1417d8b3..23151688ad68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,38 @@ +2023-06-23 Jason Merrill + + PR c++/110102 + * g++.dg/cpp0x/initlist-opt1.C: New test. + +2023-06-23 Jason Merrill + + DR 2735 + PR c++/109247 + * g++.dg/cpp0x/initlist-explicit3.C: New test. + +2023-06-23 Richard Biener + + Backported from master: + 2023-06-19 Richard Biener + + PR tree-optimization/110298 + * gcc.dg/torture/pr110298.c: New testcase. + +2023-06-23 Richard Biener + + Backported from master: + 2023-06-20 Richard Biener + + PR debug/110295 + * g++.dg/debug/pr110295.C: New testcase. + +2023-06-23 Richard Biener + + Backported from master: + 2023-06-06 Richard Biener + + PR middle-end/110055 + * g++.dg/warn/Wdangling-pointer-pr110055.C: New testcase. + 2023-06-20 Alex Coplan Backported from master: