This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5c7221a Update gcc .po files. new da08cb5 [ARM] Remove neon_reinterpret, use casts new a6f3f39 PR 69577: Invalid RA of destination subregs
The 2 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 | 119 +++++++ gcc/config/arm/arm-protos.h | 1 - gcc/config/arm/arm.c | 7 - gcc/config/arm/arm_neon.h | 578 ++++++++++++++++---------------- gcc/config/arm/arm_neon_builtins.def | 11 - gcc/config/arm/neon.md | 100 ------ gcc/reginfo.c | 51 ++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/i386/pr69577.c | 25 ++ 9 files changed, 484 insertions(+), 413 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr69577.c