This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b8326093f25 PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab) [...] new 287ac61db00 Fix indentation of gcov-dump. new 8af8bb9ccfe gcno file: do not stream block flags (PR gcov-profile/80031). new cc563837851 Remove .gcno file when compilation does not success (PR dri [...] new 22ffab3bc2b Simplify representation of locations of a block. new ee4830f5be6 Introduce new option -w which shows verbose informations. new 60d5eeee945 Make gcno more precise about BBs really belonging to a line [...] new 4877c8489b6 Fix format_gcov to not print misleading values (PR gcov-pro [...] new b97749b024c Sort options of gcov, gcov-dump and gcov-tool both in --hel [...] new b7e3eb989a3 Enhance documentation of gcov. new efd5c2980f7 Remove superfluous "" in dg-error. new 2af29974ca0 PR libstdc++/80553 don't allow destroying non-destructible types
The 11 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 | 86 +++++ gcc/coverage.c | 12 + gcc/coverage.h | 1 + gcc/doc/gcov-dump.texi | 10 +- gcc/doc/gcov-tool.texi | 50 +-- gcc/doc/gcov.texi | 143 ++++---- gcc/gcov-dump.c | 123 +++---- gcc/gcov-io.h | 1 - gcc/gcov-tool.c | 10 +- gcc/gcov.c | 397 ++++++++++----------- gcc/profile.c | 42 +-- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.misc-tests/gcov-17.c | 51 +++ gcc/testsuite/gcc.misc-tests/gcov-18.c | 29 ++ gcc/toplev.c | 3 + libstdc++-v3/ChangeLog | 15 + libstdc++-v3/include/bits/stl_construct.h | 41 ++- libstdc++-v3/include/bits/stl_uninitialized.h | 69 ++-- .../17_intro/headers/c++1998/stdc++_assert_neg.cc | 2 +- .../memory_management_tools/destroy_neg.cc} | 41 ++- .../vector/cons/destructible_neg.cc} | 23 +- 21 files changed, 681 insertions(+), 474 deletions(-) create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-17.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-18.c copy libstdc++-v3/testsuite/20_util/{shared_ptr/cons/deduction.cc => specialized_a [...] copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]