This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from cae319d3ec3 Daily bump. new 2c23368ed91 tree-optimization/120944 - bogus VN with volatile copies new b8599692a33 tree-optimization/120927 - 510.parest_r segfault with maske [...] new 0ebeed53983 tree-optimization/120817 - bogus DSE of .MASK_STORE new 77066fec7ae testsuite: add sve hw check to testcase [PR120817] new c625bc9c7c2 tree-optimization/118669 - fixup wrongly aligned loads/stores new 0f1e4dd1f93 tree-optimization/120358 - bogus PTA with structure access
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/testsuite/gcc.dg/torture/pr120944.c | 34 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr120817.c | 41 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-pr120927-2.c | 24 +++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-pr120927.c | 24 +++++++++++++++++ gcc/tree-ssa-dse.cc | 8 +++--- gcc/tree-ssa-sccvn.cc | 9 +++++-- gcc/tree-ssa-structalias.cc | 5 +++- gcc/tree-vect-data-refs.cc | 16 ++++++++--- gcc/tree-vect-stmts.cc | 6 +++-- 9 files changed, 154 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr120944.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr120817.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927.c