This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26cedbce4b4 Add 2 missing Param keywords. new 40f235b5f00 Fix 2 more leaks related to gen_command_line_string. new abe07a74bb7 rtl-ssa: Reduce the amount of temporary memory needed [PR98863]
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/rtl-ssa/accesses.cc | 1 + gcc/rtl-ssa/blocks.cc | 855 ++++++++++++++++++++++++++++------------------ gcc/rtl-ssa/changes.cc | 1 + gcc/rtl-ssa/functions.cc | 20 +- gcc/rtl-ssa/functions.h | 95 +----- gcc/rtl-ssa/insns.cc | 51 ++- gcc/rtl-ssa/internals.h | 140 ++++++++ gcc/rtl-ssa/internals.inl | 18 +- gcc/toplev.c | 14 +- 9 files changed, 730 insertions(+), 465 deletions(-) create mode 100644 gcc/rtl-ssa/internals.h