This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0ad1ff19a56 PR target/82772 * config/alpha/sync.md (fetchop_constr) < [...] new 7aa650153c2 GCOV: document behavior of -fkeep-{static,inline}-functions [...] new c536c15fe32 GCOV: introduce usage of terminal colors. new 3cf7fddf54b GCOV: add support for lines with an unexecuted lines. new 9e8df757553 GCOV: std::vector refactoring. new fc95c20dcc9 GCOV: Vector refactoring II new 7a5024dcd3f GCOV: std::vector refactoring III
The 6 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 | 73 ++++ gcc/color-macros.h | 108 ++++++ gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/diagnostic-color.c | 85 +---- gcc/doc/gcov.texi | 29 +- gcc/gcov.c | 512 +++++++++++++++-------------- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/g++.dg/gcov/gcov-threads-1.C | 4 +- gcc/testsuite/g++.dg/gcov/ternary.C | 12 + gcc/testsuite/lib/gcov.exp | 2 +- 11 files changed, 506 insertions(+), 334 deletions(-) create mode 100644 gcc/color-macros.h create mode 100644 gcc/testsuite/g++.dg/gcov/ternary.C