This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dbcc6b1577b preprocessor: Further fix for EOF in macro args [PR97471] new 5d53ec27015 Saturate overflows return from SCEV in ranger. new 16e4f1ad44e Refactor range handling of builtins in vr_values and ranger. new 4fb0ee84ad8 AArch64: Add FLAG for get/set reg intrinsics [PR94442]
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/config/aarch64/aarch64-simd-builtins.def | 36 +- gcc/gimple-range.cc | 40 ++- gcc/gimple-range.h | 4 +- gcc/testsuite/gcc.dg/pr97501.c | 14 + gcc/vr-values.c | 508 ++++++++++++++------------- gcc/vr-values.h | 3 +- 6 files changed, 327 insertions(+), 278 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97501.c