This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab98b4c0725 libstdc++: Micro-optimizaion for std::bitset stream extraction new b4feb49cf30 RISC-V: Support poly move manipulation and selftests.
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/common/config/riscv/riscv-common.cc | 2 +- gcc/config.gcc | 2 +- gcc/config/riscv/predicates.md | 3 + gcc/config/riscv/riscv-protos.h | 9 + gcc/config/riscv/riscv-selftests.cc | 241 +++++++++++++++++ gcc/config/riscv/riscv.cc | 298 ++++++++++++++++++++- gcc/config/riscv/t-riscv | 4 + .../{bb-index.rtl => riscv/empty-func.rtl} | 6 +- 8 files changed, 555 insertions(+), 10 deletions(-) create mode 100644 gcc/config/riscv/riscv-selftests.cc copy gcc/testsuite/selftests/{bb-index.rtl => riscv/empty-func.rtl} (68%)