This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f06877 Daily bump. new 54d2ba4 2016-11-25 Jakub Jelinek jakub@redhat.com Prathamesh [...] new ba04f90 Fix bogus pr64277.c failure for avr new 3170af2 Tighten check for whether sibcall references local variables
The 3 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 | 12 +++++ gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gcc.dg/pr64277.c | 12 +++-- gcc/testsuite/gcc.dg/tree-ssa/tailcall-8.c | 80 ++++++++++++++++++++++++++++++ gcc/tree-tailcall.c | 6 ++- gcc/tree-vrp.c | 23 +++++---- 6 files changed, 128 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-8.c