This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 080a23bce12 libstdc++: Add missing P0896 changes to <iterator> new 9d5af1db2d1 ipa: Bundle vectors describing argument values new 7d2cb2755a1 ipa: Introduce ipa_cached_call_context new 1e7fdc02cba ipa: Bundle estimates of ipa_call_context::estimate_size_and_time new 67ce9099bc9 ipa: Multiple predicates for loop properties, with frequencies new 91153e0af9a ipa-cp: Add dumping of overall_size after cloning new 31584824665 ipa-cp: Separate and increase the large-unit parameter new 9340d1c97b8 c++: cleanup ctor_omit_inherited_parms [PR97268] new 7ee1c0413e2 c++: Hash table iteration for namespace-member spelling sug [...]
The 8 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/cp/class.c | 259 +++---- gcc/cp/cp-tree.h | 1 + gcc/cp/method.c | 36 +- gcc/cp/name-lookup.c | 126 ++-- gcc/doc/invoke.texi | 4 + gcc/ipa-cp.c | 307 +++++---- gcc/ipa-fnsummary.c | 823 ++++++++++++----------- gcc/ipa-fnsummary.h | 113 +++- gcc/ipa-inline-analysis.c | 92 ++- gcc/ipa-prop.c | 10 + gcc/ipa-prop.h | 112 ++- gcc/params.opt | 8 + gcc/testsuite/c-c++-common/spellcheck-reserved.c | 2 +- gcc/testsuite/g++.dg/inherit/pr97268.C | 60 ++ gcc/testsuite/g++.dg/spellcheck-typenames.C | 4 +- gcc/testsuite/gcc.dg/ipa/ipcp-loophint-1.c | 29 + 16 files changed, 1175 insertions(+), 811 deletions(-) create mode 100644 gcc/testsuite/g++.dg/inherit/pr97268.C create mode 100644 gcc/testsuite/gcc.dg/ipa/ipcp-loophint-1.c