This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from d1abe720238 Daily bump. new efcf544eb21 Subject: Backport r256009 new 470a1124f82 Backport r256177 new 09c9f2e5d96 Backport r256226 new 061252cc946 Backport r256266
The 4 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 | 27 +++++++++++ gcc/cif-code.def | 4 ++ gcc/ipa-icf.c | 11 +++++ gcc/ipa-inline-analysis.c | 5 ++ gcc/testsuite/ChangeLog | 33 ++++++++++++++ gcc/testsuite/g++.dg/ipa/pr82352.C | 93 ++++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ipa/pr83549.C | 8 ++++ gcc/testsuite/gcc.dg/pr83552.c | 13 ++++++ gcc/tree-ssa-strlen.c | 10 ++++ 9 files changed, 204 insertions(+) create mode 100644 gcc/testsuite/g++.dg/ipa/pr82352.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr83549.C create mode 100644 gcc/testsuite/gcc.dg/pr83552.c