This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07e0034c5e8 * gnatvsn.ads: Bump copyright year. new 9a73c95566b * gcc.dg/vect-opt-info-1.c: Moved to ... * gcc.dg/vect/no [...] new 6ed5216d2b8 Be careful about comdat boundary in ICF (PR ipa/82352). new 9c10635c047 Add version to intermediate gcov file (PR gcov-profile/83669).
The 3 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/doc/gcov.texi | 10 ++- gcc/gcov.c | 1 + gcc/ipa-icf.c | 11 +++ gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/g++.dg/ipa/pr82352.C | 93 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect-opt-info-1.c | 11 --- gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c | 11 +++ 8 files changed, 147 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr82352.C delete mode 100644 gcc/testsuite/gcc.dg/vect-opt-info-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c