This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86df278de15 rs6000: Add builtins for IEEE 128-bit floating point values new 7f986e2ed93 ipa-cp: Avoid long linear searches through DECL_ARGUMENTS new 0be3a051c03 ipa-sra: Disable candidates with no known callers (PR 110276)
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/ipa-cp.cc | 76 +++++++++++++++++++++++++++++++++++++ gcc/ipa-prop.cc | 44 ++++++++++----------- gcc/ipa-prop.h | 44 +++++++++++++++++---- gcc/ipa-sra.cc | 11 ++++++ gcc/testsuite/gcc.dg/ipa/pr110276.c | 15 ++++++++ 5 files changed, 157 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr110276.c