This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from c9b47ccf32a libgomp, amdgcn: Switch USM to 128-byte alignment adds 05fce806840 Update cpplib eo.po adds 56314aa33a4 Daily bump. adds 849c3cf7b41 aarch64: PR target/108140 Handle NULL target in data intrin [...] adds 25edc76f2af Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714] adds 14e25006c8d Daily bump. adds bd4c310b06d strlen: do not use cond_expr for boundaries adds eec3a65ed63 Fix problematic interaction between bitfields, unions, SSO and SRA adds c142b30b3a2 Daily bump. adds 4c416a4aa1b Daily bump. adds f23ad9cca48 Daily bump. adds e172ba9d196 Daily bump. adds d369eb486bd Daily bump. new d7995cf373a Merge branch 'releases/gcc-12' into devel/omp/gcc-12
The 1 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/ChangeLog | 39 +++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-builtins.cc | 2 +- gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.cc | 18 ++ gcc/config/arm/constraints.md | 5 + gcc/config/arm/mve.md | 8 +- gcc/config/arm/predicates.md | 4 + gcc/testsuite/ChangeLog | 28 ++ gcc/testsuite/gcc.dg/sso-17.c | 52 ++++ gcc/testsuite/gcc.dg/tree-ssa/pr108137.c | 8 + gcc/testsuite/gcc.target/aarch64/acle/pr108140.c | 15 ++ .../arm/mve/intrinsics/vldst24q_reg_offset.c | 300 +++++++++++++++++++++ gcc/tree-sra.cc | 18 +- gcc/tree-ssa-strlen.cc | 13 +- libcpp/po/ChangeLog | 4 + libcpp/po/eo.po | 67 ++--- 17 files changed, 532 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/sso-17.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr108137.c create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/pr108140.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vldst24q_reg_offset.c