From: GCC Administrator Date: Mon, 1 Jul 2024 00:17:45 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-16~7821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76075bf06ef958e133e3bed4967cf33fa402c54e;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 507f9675de2..c62bdc49447 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2024-06-30 John David Anglin + + PR target/115691 + * config/pa/pa.md: Remove incorrect xmpyu patterns. + +2024-06-30 Richard Biener + + PR tree-optimization/115701 + * tree-ssanames.cc (maybe_duplicate_ssa_info_at_copy): + Only copy info from within the same BB. + +2024-06-30 Richard Biener + + PR tree-optimization/115701 + * tree-ssanames.h (maybe_duplicate_ssa_info_at_copy): Declare. + * tree-ssanames.cc (maybe_duplicate_ssa_info_at_copy): New + function, split out from ... + * tree-ssa-copy.cc (fini_copy_prop): ... here. + * tree-ssa-sccvn.cc (eliminate_dom_walker::eliminate_stmt): ... + and here. + +2024-06-30 Richard Biener + + * tree-vect-slp.cc (vect_build_slp_tree_1): Compare + STMT_VINFO_REDUC_IDX. + (vect_build_slp_tree_2): Prevent operand swapping for + all stmts participating in a reduction. + +2024-06-30 Feng Xue + + * tree-vect-loop.cc (vectorizable_reduction): Determine input vectype + during traversal of reduction statements. + +2024-06-30 Feng Xue + + * tree-vect-stmts.cc (vectorizable_shift): Allow shift-by-induction + for single-lane slp node. + 2024-06-29 Maciej W. Rozycki PR rtl-optimization/115565 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e88fa6b412b..ff13db4fe3e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240630 +20240701 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1af418c08ff..49c33bea1dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2024-06-30 Richard Biener + + PR tree-optimization/115701 + * gcc.dg/torture/pr115701.c: New testcase. + +2024-06-30 Feng Xue + + * gcc.dg/vect/vect-shift-6.c + * gcc.dg/vect/vect-shift-7.c + 2024-06-29 Sergei Lewis PR target/112109