This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36efcd7de04 libstdc++: Fix some -Wunused-parameter warnings new 786177a3fc9 aarch64: Add support for Armv8-R new 1c68cf348a2 aarch64: Add support for Cortex-R82
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/common/config/aarch64/aarch64-common.c | 7 +++++-- gcc/config/aarch64/aarch64-arches.def | 1 + gcc/config/aarch64/aarch64-c.c | 3 ++- gcc/config/aarch64/aarch64-cores.def | 3 +++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.h | 5 +++++ gcc/doc/invoke.texi | 5 +++-- gcc/testsuite/gcc.target/aarch64/acle/armv8-r.c | 6 ++++++ 8 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/armv8-r.c