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 de66146b393 Daily bump. new 44191982c6b ipa: Force args obtined through pass-through maps to the ex [...] new 2183e5b5aa3 ipa: Self-DCE of uses of removed call LHSs (PR 108007)
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/cgraph.cc | 10 ++- gcc/cgraph.h | 9 ++- gcc/ipa-param-manipulation.cc | 118 +++++++++++++++++++++++++++++------- gcc/ipa-param-manipulation.h | 5 +- gcc/testsuite/g++.dg/ipa/pr113757.C | 14 +++++ gcc/testsuite/gcc.dg/ipa/pr108007.c | 32 ++++++++++ gcc/testsuite/gcc.dg/ipa/pr112616.c | 28 +++++++++ gcc/testsuite/gcc.dg/ipa/pr114247.c | 31 ++++++++++ gcc/tree-inline.cc | 27 +++------ 9 files changed, 230 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr113757.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr108007.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr112616.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr114247.c