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 2e5e72488b1 powerpc: Fix up *branch_anddi3_dot for -m32 -mpowerpc64 [PR109566] new bea3885200c ipa: Fix double reference-count decrements for the same edg [...]
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/cgraph.h | 7 ++--- gcc/ipa-cp.cc | 18 +++++++++---- gcc/ipa-prop.cc | 27 +++++++++++++++----- gcc/ipa-prop.h | 32 +++++++++++++++++++++++ gcc/symtab.cc | 8 +++--- gcc/testsuite/gcc.dg/ipa/pr109318.c | 20 +++++++++++++++ gcc/testsuite/gcc.dg/lto/pr107769_0.c | 48 +++++++++++++++++++++++++++++++++++ 7 files changed, 143 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr109318.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr107769_0.c