This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 78fff8a4da1 dwarf2ctf: fix typo in comment adds 23cd18c60c8 ipa/102714 - IPA SRA eliding volatile adds c1b6c360fcf libstdc++: Ensure language linkage of std::__terminate() adds 77c7abe3588 Fortran: dump-parse-tree.c fixes for OpenMP adds 3c0194d7ff2 tree-optimization/102659 - avoid undefined overflow after i [...] adds e415bc4c035 Fix handling of flag_rename_registers by a target. adds 489c8f27296 Add GSI_LAST_NEW_STMT iterator update adds 72e0c742bd0 gcov: make profile merging smarter
No new revisions were added by this update.
Summary of changes: gcc/common.opt | 6 +- gcc/coverage.c | 50 ++++++--- gcc/doc/invoke.texi | 4 + gcc/fortran/dump-parse-tree.c | 4 +- gcc/fortran/gfortran.h | 3 +- gcc/gcov-dump.c | 9 +- gcc/gcov.c | 5 + gcc/gimple-iterator.c | 4 + gcc/gimple-iterator.h | 4 +- gcc/ipa-sra.c | 40 +++---- gcc/opts.c | 5 - gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr69760.c | 3 +- .../gcc.target/i386/avx2-vect-mask-store-move1.c | 2 +- gcc/toplev.c | 7 -- gcc/tree-if-conv.c | 24 ++++- gcc/tree-ssa.c | 4 +- libgcc/libgcov-driver.c | 8 +- libgcc/libgcov-util.c | 3 + libgcc/libgcov.h | 1 + libstdc++-v3/include/bits/c++config | 2 +- 21 files changed, 238 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c