This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/gcc.
from 872373360da Daily bump. adds 4a1d7f7e203 libstdc++: Suppress more vstring testsuite warnings. [PR 98613] adds 366f86bd429 Daily bump. adds 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/DATESTAMP | 2 +- gcc/gimple-if-to-switch.cc | 97 +++++++++++++--------- gcc/ira.c | 9 ++ 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 ++++++++++ libstdc++-v3/ChangeLog | 7 ++ .../testsuite/ext/vstring/cons/moveable.cc | 5 ++ .../ext/vstring/modifiers/assign/move_assign.cc | 5 ++ 10 files changed, 189 insertions(+), 42 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