This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm 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 [...] new e415bc4c035 Fix handling of flag_rename_registers by a target. new 489c8f27296 Add GSI_LAST_NEW_STMT iterator update
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/common.opt | 6 +- gcc/dwarf2ctf.c | 2 +- gcc/fortran/dump-parse-tree.c | 4 +- gcc/fortran/gfortran.h | 3 +- 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 +- libstdc++-v3/include/bits/c++config | 2 +- 15 files changed, 181 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c