This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9006ef75515 2017-10-27 Paolo Carlini paolo.carlini@oracle.com new bd5ef087eb3 Extend ipa-pure-const pass to propagate malloc attribute.
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/ChangeLog | 32 +++ gcc/cgraph.c | 47 +++++ gcc/cgraph.h | 4 + gcc/common.opt | 4 + gcc/doc/invoke.texi | 22 ++- gcc/ipa-fnsummary.c | 10 + gcc/ipa-fnsummary.h | 4 +- gcc/ipa-inline.c | 3 - gcc/ipa-pure-const.c | 335 +++++++++++++++++++++++++++++++- gcc/ssa-iterators.h | 6 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/ipa/propmalloc-1.c | 21 ++ gcc/testsuite/gcc.dg/ipa/propmalloc-2.c | 23 +++ gcc/testsuite/gcc.dg/ipa/propmalloc-3.c | 24 +++ 14 files changed, 526 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-3.c