This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d4ad4cca5d PHIOPT: Remove gate_hoist_loads prototype new 60524be1e39 RISC-V: optimize stack manipulation in save-restore new 2245459c85a c++: bound ttp level lowering [PR109531]
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 | 50 +++++++++++----------- gcc/cp/pt.cc | 39 +++++++++-------- gcc/testsuite/g++.dg/template/canon-type-20.C | 18 ++++++++ gcc/testsuite/g++.dg/template/ttp36.C | 12 ++++++ .../gcc.target/riscv/stack_save_restore.c | 40 +++++++++++++++++ 5 files changed, 116 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/canon-type-20.C create mode 100644 gcc/testsuite/g++.dg/template/ttp36.C create mode 100644 gcc/testsuite/gcc.target/riscv/stack_save_restore.c