This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad7d4843d45 vect: Small C++11-ification of vect_vect_recog_func_ptrs new 8e6bc6dd2bb RISC-V: testsuite: xtheadfmemidx: Rename test and add simil [...] new 31c3c5d1cad RISC-V: xthead(f)memidx: Eliminate optimization patterns new 33aca37ebc0 RISC-V: rv32/DF: Prevent 2 SImode loads using XTheadMemIdx new 90b3826db60 ada: Finalization_Size raises Constraint_Error new c542075330b ada: Spurious maximum nesting level warnings new 352d1478bc0 ada: Futher refinements to mutably tagged types new 85f2ffd80ed ada: Run-time error with GNAT-LLVM on container aggregate w [...] new 480819c921e ada: Etype missing for raise expression new fc49ee592a9 ada: Missing legality check when type completed
The 9 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/ada/exp_attr.adb | 25 +- gcc/ada/exp_ch4.adb | 7 +- gcc/ada/exp_ch7.adb | 3 +- gcc/ada/exp_put_image.adb | 25 +- gcc/ada/mutably_tagged.adb | 21 +- gcc/ada/sem_attr.adb | 7 + gcc/ada/sem_aux.adb | 11 + gcc/ada/sem_ch12.adb | 25 +- gcc/ada/sem_ch6.adb | 14 + gcc/ada/sem_util.adb | 14 +- gcc/ada/stylesw.adb | 3 +- gcc/config/riscv/constraints.md | 9 + gcc/config/riscv/riscv.md | 4 +- gcc/config/riscv/thead.cc | 88 ++++- gcc/config/riscv/thead.md | 417 --------------------- gcc/testsuite/gcc.target/riscv/pr116131.c | 15 + ...x-medany.c => xtheadfmemidx-xtheadfmv-medany.c} | 8 +- .../gcc.target/riscv/xtheadfmemidx-zfa-medany.c | 40 ++ 18 files changed, 275 insertions(+), 461 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/pr116131.c rename gcc/testsuite/gcc.target/riscv/{xtheadfmemidx-medany.c => xtheadfmemidx-xth [...] create mode 100644 gcc/testsuite/gcc.target/riscv/xtheadfmemidx-zfa-medany.c