This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 37c3c297396 [nvptx] Split up function ref plus const new e92779db330 Avoid assuming input corresponds to valid source code (PR c [...] new e977dd5edbc Cleanup modref interfaces.
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/c-family/c-warn.c | 5 +++ gcc/ipa-fnsummary.c | 41 ++++++++++++++++++++++++ gcc/ipa-fnsummary.h | 2 ++ gcc/ipa-modref.c | 31 +++--------------- gcc/ipa-pure-const.c | 8 ++--- gcc/testsuite/gcc.dg/Warray-parameter-6.c | 9 ++++++ gcc/testsuite/gcc.dg/tree-ssa/local-pure-const.c | 2 +- 7 files changed, 66 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-parameter-6.c