This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e9c2a69fe6f tree-optimization/121829 - bogus CFG with asm goto new ebd64a42512 RISC-V: Suppress cross CC sibcall optimization from vector new 0887961f9e0 tree-optimization/121703 - UBSAN error with moving from uni [...]
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/config/riscv/riscv.cc | 6 +++ .../base/abi-call-variant_cc-sibcall-indirect-1.c | 12 +++++ .../base/abi-call-variant_cc-sibcall-indirect-2.c | 12 +++++ .../riscv/rvv/base/abi-call-variant_cc-sibcall.c | 54 ++++++++++++++++++++++ gcc/tree-vect-stmts.cc | 4 +- 5 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/abi-call-variant_cc-sib [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/abi-call-variant_cc-sib [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/abi-call-variant_cc-sibcall.c