This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a0423c52ef Implement irange::fits_p. new b6158faacbf c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.h new 0b945f959f0 make use of CALL_FROM_NEW_OR_DELETE_P new 4f4ced28826 c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls. new 2fe5a545e09 libgomp: Regenerate configure files with automake 1.15.1 new f8dcbea5d2f GCOV: do not mangle .gcno files. new 01c288035aa aarch64: ilp32 testsuite fixes new bb78e5876aa arm: Make more use of the new mode macros new 0eb5e901f6e aarch64: Remove aarch64_sve_pred_dominates_p
The 8 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/config/aarch64/aarch64-protos.h | 1 - gcc/config/aarch64/aarch64-sve.md | 923 ++++++++++++++++++--- gcc/config/aarch64/aarch64-sve2.md | 73 +- gcc/config/aarch64/aarch64.c | 18 - gcc/config/arm/neon.md | 64 +- gcc/coverage.c | 8 +- gcc/cp/call.c | 29 +- gcc/cp/cp-gimplify.c | 2 +- gcc/cp/cp-tree.h | 7 +- gcc/cp/init.c | 14 - gcc/cp/lambda.c | 7 + gcc/cp/pt.c | 2 +- gcc/cp/typeck.c | 2 +- gcc/gimple.c | 8 +- gcc/gimple.h | 26 +- gcc/ipa-icf-gimple.c | 1 + gcc/testsuite/g++.dg/pr94314.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/pta-delete-1.C | 24 + gcc/testsuite/gcc.target/aarch64/extend-syntax.c | 13 +- gcc/testsuite/gcc.target/aarch64/subsp.c | 2 +- .../gcc.target/arm/armv8_2-fp16-arith-2.c | 8 +- gcc/tree-core.h | 3 +- gcc/tree-ssa-dce.c | 35 +- gcc/tree-ssa-structalias.c | 8 +- gcc/tree.h | 12 +- libgomp/Makefile.in | 231 ++---- libgomp/aclocal.m4 | 189 +++-- libgomp/configure | 191 +++-- libgomp/testsuite/Makefile.in | 8 +- 29 files changed, 1285 insertions(+), 626 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pta-delete-1.C