This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eed3234e356 2017-10-02 Paolo Carlini paolo.carlini@oracle.com new 380dd89cf28 2017-10-02 Paolo Carlini paolo.carlini@oracle.com new cb7bca5f786 Fix mismatched precisions in tree arithmetic
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/ChangeLog | 13 +++++++++++++ gcc/ada/ChangeLog | 5 +++++ gcc/ada/gcc-interface/decl.c | 8 +++++--- gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-warn.c | 10 ++++++---- gcc/calls.c | 5 ++--- gcc/cp/ChangeLog | 5 +++++ gcc/cp/constexpr.c | 2 +- gcc/gimple-ssa-warn-alloca.c | 4 ++-- gcc/match.pd | 7 ++++--- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.C | 23 +++++++++++++++++++++++ gcc/tree.h | 1 + 13 files changed, 77 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.C