Properly mark lambdas in GCOV (PR gcov-profile/86109).
authorMartin Liska <mliska@suse.cz>
Wed, 3 Oct 2018 08:30:10 +0000 (10:30 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 3 Oct 2018 08:30:10 +0000 (08:30 +0000)
commitf2db46026408095de13e9b74659fd06d9c02f7f3
tree8fa1a89d2850e78140a6a1c0472e9dd5b6b6d777
parent784779d47117cf90c1facb844d4845ba7c97bd34
Properly mark lambdas in GCOV (PR gcov-profile/86109).

2018-10-03  Martin Liska  <mliska@suse.cz>

PR gcov-profile/86109
* coverage.c (coverage_begin_function): Do not
mark lambdas as artificial.
* tree-core.h (struct GTY): Remove tm_clone_flag
and introduce new lambda_function.
* tree.h (DECL_LAMBDA_FUNCTION): New macro.
2018-10-03  Martin Liska  <mliska@suse.cz>

PR gcov-profile/86109
* parser.c (cp_parser_lambda_declarator_opt):
Set DECL_LAMBDA_FUNCTION for lambdas.
2018-10-03  Martin Liska  <mliska@suse.cz>

PR gcov-profile/86109
* g++.dg/gcov/pr86109.C: New test.

From-SVN: r264806
gcc/ChangeLog
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/pr86109.C [new file with mode: 0644]
gcc/tree-core.h
gcc/tree.h