This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7eb5ce7f58e Remove pass counting in VRP. new 1be18ea110a ipa: Self-DCE of uses of removed call LHSs (PR 108007) new 14d0c509898 ipa-sra: Allow IPA-SRA in presence of returns which will be [...] new ed8fe3b1203 ipa-modref: Fix dumping
The 3 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-modref.cc | 6 +- gcc/ipa-modref.h | 2 +- gcc/ipa-param-manipulation.cc | 95 +++++++++---- gcc/ipa-param-manipulation.h | 3 +- gcc/ipa-sra.cc | 247 ++++++++++++++++++++++------------ gcc/testsuite/gcc.dg/ipa/ipa-sra-32.c | 30 +++++ gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c | 4 +- gcc/testsuite/gcc.dg/ipa/pr108007.c | 32 +++++ gcc/testsuite/gcc.dg/ipa/pr110378-4.c | 50 +++++++ gcc/tree-inline.cc | 28 ++-- 12 files changed, 387 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/ipa-sra-32.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr108007.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr110378-4.c