This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bcb3065b2ba ira: Skip some pseudos in move_unallocated_pseudos new fa4586d8545 if-to-switch: remove memory leaks new 4e275dccfc2 Add pytest for a GCOV test-case
The 2 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/gimple-if-to-switch.cc | 97 ++++++++++++++++++------------- gcc/testsuite/g++.dg/gcov/gcov.py | 10 ++++ gcc/testsuite/g++.dg/gcov/pr98273.C | 24 ++++++++ gcc/testsuite/g++.dg/gcov/test-pr98273.py | 27 +++++++++ gcc/testsuite/lib/gcov.exp | 45 ++++++++++++++ 5 files changed, 162 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/gcov.py create mode 100644 gcc/testsuite/g++.dg/gcov/pr98273.C create mode 100644 gcc/testsuite/g++.dg/gcov/test-pr98273.py