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 b4d4ece0443 Align tight&hot loop without considering max skipping bytes. new 9e971c671de tree-optimization/114921 - _Float16 -> __bf16 isn't noop fixup new 2a1fdd5fd0f tree-optimization/115197 - fix ICE w/ constant in LC PHI an [...] new 90a447677a2 tree-optimization/115149 - VOP live and missing PHIs
The 3 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/testsuite/gcc.dg/pr115149.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr115197.c | 14 ++++++++++++++ gcc/tree-loop-distribution.cc | 7 +++++-- gcc/tree-ssa-live.cc | 8 ++++++-- gcc/tree-vect-stmts.cc | 19 +++++++++++-------- 5 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr115149.c create mode 100644 gcc/testsuite/gcc.dg/pr115197.c