This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 781a94eb8fe config/i386/t-rtems: Change from mtune to march for multilibs new bc3914f3072 gcov: fix streaming corruption new b62c649466f switch conversion: make a rapid speed up new 84dc3879f37 gcov: fix streaming of HIST_TYPE_IOR histogram type.
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/profile.c | 6 ++--- gcc/testsuite/g++.dg/gcov/pr97069.C | 20 ++++++++++++++ gcc/testsuite/g++.dg/tree-ssa/pr96979.C | 48 +++++++++++++++++++++++++++++++++ gcc/tree-switch-conversion.c | 37 ++++++++++++++++++------- gcc/tree-switch-conversion.h | 7 +++-- gcc/value-prof.c | 5 +++- 6 files changed, 106 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/pr97069.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr96979.C