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-aarch64-bootstrap in repository toolchain/ci/gcc.
from a124c1b0a25 rs6000/test: Adjust test cases due to O2 vect [PR102658] adds 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 new 72e0c742bd0 gcov: make profile merging smarter
The 1 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/common.opt | 6 +- gcc/coverage.c | 50 ++++++--- gcc/doc/invoke.texi | 4 + gcc/dwarf2ctf.c | 2 +- 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 +- 22 files changed, 239 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c