This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 10bf53a80ee ICF&SRA: Make ICF and SRA agree on padding new 1db45e83021 ipa: Compare jump functions in ICF (PR 113907)
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/ipa-cp.cc | 2 +- gcc/ipa-icf-gimple.cc | 29 +++++++ gcc/ipa-prop.cc | 157 ++++++++++++++++++++++++++++++++++ gcc/ipa-prop.h | 3 + gcc/testsuite/gcc.dg/lto/pr113907_0.c | 18 ++++ gcc/testsuite/gcc.dg/lto/pr113907_1.c | 35 ++++++++ gcc/testsuite/gcc.dg/lto/pr113907_2.c | 11 +++ 7 files changed, 254 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_1.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_2.c