This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d694a3d5753 libstdc++: Fix --with-default-libstdcxx-abi=gcc4-compatible build new b1f30bf42d8 Fix wrong code issues with ipa-sra
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/ipa-modref.cc | 5 +- gcc/ipa-sra.cc | 52 +++++--- gcc/ipa-utils.cc | 222 +++++++++++++++++++++++++++++++ gcc/ipa-utils.h | 2 + gcc/testsuite/g++.dg/tree-ssa/pr106077.C | 22 +++ 5 files changed, 285 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr106077.C