This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 744e1f35266 c++: unifying REAL_CSTs [PR110809] new aee2817ecd2 [PATCH 1/5] [RISC-V] Recognize Zicond extension new 74290c664d1 [PATCH 2/5] [RISC-V] Generate Zicond instruction for basic [...]
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 | 3 + gcc/config/riscv/riscv-opts.h | 3 + gcc/config/riscv/riscv.md | 1 + gcc/config/riscv/zicond.md | 84 ++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/attribute-20.c | 6 ++ gcc/testsuite/gcc.target/riscv/attribute-21.c | 6 ++ .../gcc.target/riscv/zicond-primitiveSemantics.c | 49 +++++++++++++ 7 files changed, 152 insertions(+) create mode 100644 gcc/config/riscv/zicond.md create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-20.c create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-21.c create mode 100644 gcc/testsuite/gcc.target/riscv/zicond-primitiveSemantics.c