This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fceb6022798 Fortran: array subreferences and components of derived type [...] new 8094ab80e56 [V2][RISC-V] Trivial permutation constant derivation
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/config.gcc | 2 +- gcc/config/riscv/riscv-passes.def | 2 + gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv-vect-permconst.cc | 300 +++++++++++++++++++++++++++++++ gcc/config/riscv/t-riscv | 7 + 5 files changed, 312 insertions(+), 1 deletion(-) create mode 100644 gcc/config/riscv/riscv-vect-permconst.cc