This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cf6b06cb5b c++: Further fix for -fsanitize=vptr [PR94325] new 975e6670c42 arm: CLI for Custom Datapath Extension (CDE)
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 | 15 ++++ gcc/config.gcc | 2 +- gcc/config/arm/arm-c.c | 6 ++ gcc/config/arm/arm-cpus.in | 26 +++++++ gcc/config/arm/arm.c | 22 ++++++ gcc/config/arm/arm.h | 8 ++ gcc/config/{aarch64/arm_sve.h => arm/arm_cde.h} | 23 +++--- gcc/doc/invoke.texi | 8 ++ gcc/doc/sourcebuild.texi | 15 ++++ gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gcc.target/arm/pragma_cde.c | 98 +++++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 59 +++++++++++++++ 12 files changed, 278 insertions(+), 11 deletions(-) copy gcc/config/{aarch64/arm_sve.h => arm/arm_cde.h} (78%) create mode 100644 gcc/testsuite/gcc.target/arm/pragma_cde.c