This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 17844729642 Remove MAX_SWITCH_CASES limit new 77e8e405a77 RISC-V: Support Zmmul extension new 48b9c7d5d32 aarch64: Suggest an -mcpu option when user passes CPU name [...]
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/riscv/riscv-common.cc | 4 ++++ gcc/config/aarch64/aarch64.cc | 5 ++++ gcc/config/riscv/riscv-opts.h | 3 +++ gcc/config/riscv/riscv.cc | 8 +++++-- gcc/config/riscv/riscv.md | 28 +++++++++++----------- gcc/config/riscv/riscv.opt | 3 +++ .../aarch64/{spellcheck_7.c => spellcheck_10.c} | 5 ++-- gcc/testsuite/gcc.target/riscv/zmmul-1.c | 20 ++++++++++++++++ gcc/testsuite/gcc.target/riscv/zmmul-2.c | 20 ++++++++++++++++ 9 files changed, 78 insertions(+), 18 deletions(-) copy gcc/testsuite/gcc.target/aarch64/{spellcheck_7.c => spellcheck_10.c} (52%) create mode 100644 gcc/testsuite/gcc.target/riscv/zmmul-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/zmmul-2.c