This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9859f66244f PR middle-end/84834 * match.pd ((A & C) != 0 ? D : 0): Us [...] new c0aa1bca0e3 Fix PTA info in IPA ICF (PR ipa/84658).
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/ChangeLog | 11 ++++ gcc/ipa-icf.c | 112 ++++++++++++++++++++++++++++++------- gcc/ipa-icf.h | 12 ++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/ipa/pr84658.C | 30 ++++++++++ 5 files changed, 150 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr84658.C