This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from d2e0b6a3c49 Remove obsolete configure code in gnattools new 263d1ed0484 tree-optimization/109573 - avoid ICEing on unexpected live def new bb406a6aea3 rtl-optimization/109585 - alias analysis typo new df49e460288 tree-optimization/109609 - correctly interpret arg size in fnspec
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/attr-fnspec.h | 4 +- gcc/testsuite/g++.dg/vect/pr109573.cc | 91 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr109585.c | 33 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr109609.c | 26 ++++++++++ gcc/tree-ssa-alias.cc | 20 ++++++-- gcc/tree-vect-loop.cc | 7 +-- 6 files changed, 172 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr109573.cc create mode 100644 gcc/testsuite/gcc.dg/torture/pr109585.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr109609.c