This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 691e0ef9bca 2018-10-03 François Dumont fdumont@gcc.gnu.org new 7de708f8f52 Properly mark lambdas in GCOV (PR gcov-profile/86109).
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 | 9 +++++++++ gcc/coverage.c | 3 ++- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/parser.c | 1 + gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/gcov/pr86109.C | 16 ++++++++++++++++ gcc/tree-core.h | 2 +- gcc/tree.h | 4 ++++ 8 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/pr86109.C