This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e949ffaafb gcc/testsuite/go.test: update for lowering pass move new 4e8fef35f7c RISC-V: Extract part parsing base ISA logic into a standalo [...] new 006ad3e7f78 RISC-V: Relax the -march string for accept any order new e752a1ee00f RISC-V: Remove unused function in riscv_subset_list [NFC] new 7fd11421959 RISC-V: Update testsuite due to -march string relaxation new 5a22bb250d8 RISC-V: Document the syntax of -march
The 5 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 | 291 +++++++------------------- gcc/config/riscv/riscv-subset.h | 10 +- gcc/doc/invoke.texi | 16 ++ gcc/testsuite/gcc.target/riscv/arch-23.c | 1 - gcc/testsuite/gcc.target/riscv/arch-27.c | 2 +- gcc/testsuite/gcc.target/riscv/arch-28.c | 2 +- gcc/testsuite/gcc.target/riscv/arch-33.c | 5 + gcc/testsuite/gcc.target/riscv/arch-34.c | 5 + gcc/testsuite/gcc.target/riscv/attribute-10.c | 4 +- 9 files changed, 110 insertions(+), 226 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/arch-33.c create mode 100644 gcc/testsuite/gcc.target/riscv/arch-34.c