This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49ee7535591 [arm] PR 80389 - if architecture and cpu mismatch, don't pr [...] new 3cc7b21c3aa 2017-04-11 Damian Rouson damian@sourceryinstitute.org new 3319bb15c4f PR middle-end/80364 - sanitizer detects signed integer over [...] new 26c5394bd9c Do not create a constprop clone for calls_comdat_local node [...] new 236594e6722 Add function part to a same comdat group (PR ipa/80212).
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: contrib/ChangeLog | 5 + contrib/download_prerequisites | 63 ++++- gcc/ChangeLog | 24 ++ gcc/cgraph.c | 2 + gcc/gimple-ssa-sprintf.c | 71 +++--- gcc/ipa-cp.c | 6 + gcc/ipa-split.c | 9 + gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/ipa/pr80212.C | 18 ++ .../gcc.dg/tree-ssa/builtin-sprintf-warn-16.c | 255 +++++++++++++++++++++ 10 files changed, 429 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr80212.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-16.c