This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2eb8ee2b6a6 ifcvt: Change return type of predicate functions from int to bool new 5a13caf2666 riscv: thead: Fix failing XTheadCondMov tests (indirect-rv[32|64])
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.target/riscv/xtheadcondmov-indirect-rv32.c | 104 ------------------ .../gcc.target/riscv/xtheadcondmov-indirect-rv64.c | 104 ------------------ .../gcc.target/riscv/xtheadcondmov-indirect.c | 118 +++++++++++++++++++++ 3 files changed, 118 insertions(+), 208 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/riscv/xtheadcondmov-indirect-rv32.c delete mode 100644 gcc/testsuite/gcc.target/riscv/xtheadcondmov-indirect-rv64.c create mode 100644 gcc/testsuite/gcc.target/riscv/xtheadcondmov-indirect.c