This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from acdc1258e5a Remove obsolete configure code in gnattools new c7de861c609 tree-optimization/109573 - avoid ICEing on unexpected live def new ef6051b3624 rtl-optimization/109585 - alias analysis typo new 2c7e89510fe 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