This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06af3f9ba17 MAINTAINERS: Add myself to write after approval new 08b4f6198de testsuite: Fix typo in parse_ctx.cc new 1eb30ea5e36 RISC-V: Fix some dynamic LMUL costing. new e6fea0a8be9 RISC-V: Default-initialize variable. new b949d048e91 RISC-V: Add autovec mode param. new 4a182418c89 RISC-V: Support CPUs in -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 | 19 ++++++++++------ gcc/config/riscv/riscv-v.cc | 22 +++++++++++++++++++ gcc/config/riscv/riscv-vector-costs.cc | 25 ++-------------------- gcc/config/riscv/riscv.cc | 2 +- gcc/config/riscv/riscv.opt | 4 ++++ gcc/doc/invoke.texi | 2 +- .../vect/costmodel/riscv/rvv/dynamic-lmul4-3.c | 2 +- .../vect/costmodel/riscv/rvv/dynamic-lmul8-9.c | 1 - gcc/testsuite/gcc.target/riscv/arch-56.c | 13 +++++++++++ .../riscv/rvv/autovec/param-autovec-mode.c | 16 ++++++++++++++ libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +- 11 files changed, 73 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/arch-56.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c