This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 3bb534d1a66 Daily bump. new 72f6b7ec391 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