This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 17f1277d78c rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED new 2ac6159f8b5 middle-end/115110 - Fix view_converted_memref_p new 69934cb171f tree-optimization/116290 - fix compare-debug issue in ldist new 8d8b8ed7835 tree-optimization/116481 - avoid building function_type[] new a4744558b6a tree-optimization/116907 - stale BLOCK reference from DECL_ [...] new 1d11536881e tree-optimization/116982 - analyze scalar loop exit early new 44c3eba2dfa tree-optimization/117104 - add missed guards to max(a,b) != [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/match.pd | 6 +++++- gcc/pointer-query.cc | 11 +++++++++++ gcc/testsuite/gcc.dg/pr116290.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr116481.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/pr117104.c | 12 ++++++++++++ gcc/tree-loop-distribution.cc | 6 +++--- gcc/tree-parloops.cc | 4 ++-- gcc/tree-ssa-alias.cc | 5 +++-- gcc/tree-ssa-live.cc | 20 ++++++++++++++++++++ gcc/tree-ssa-loop-ivopts.cc | 3 ++- gcc/tree-vect-loop.cc | 23 +++++++++++++++++++---- gcc/tree-vectorizer.cc | 3 ++- gcc/tree-vectorizer.h | 6 ++++-- 13 files changed, 114 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr116290.c create mode 100644 gcc/testsuite/gcc.dg/pr116481.c create mode 100644 gcc/testsuite/gcc.dg/pr117104.c