This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from b53ebbc5417 Daily bump. adds 0a7e721a649 Implement global ranges for all vrange types (SSA_NAME_RANG [...] adds 79f18ac6b7a tree-optimization/106228 - fix vect_setup_realignment virtu [...] adds 4c94382a132 target/105459 - allow delayed target option node fixup adds 06b2a2abe26 Enhance '_Pragma' diagnostics verification in OMP C/C++ test cases new 74526710f7f More update-ssa speedup new 415d2c38eda tree-optimization/106228 - fixup last change
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/config/i386/i386-options.cc | 32 ++- gcc/gimple-range.cc | 30 +-- gcc/testsuite/c-c++-common/gomp/pragma-3.c | 8 +- gcc/testsuite/c-c++-common/gomp/pragma-5.c | 8 +- gcc/testsuite/gcc.dg/lto/pr105459_0.c | 35 +++ gcc/tree-cfgcleanup.cc | 6 +- gcc/tree-core.h | 13 +- gcc/tree-into-ssa.cc | 97 +++++++-- gcc/tree-ssa-dom.cc | 2 +- gcc/tree-ssanames.cc | 240 ++++++++++----------- gcc/tree-ssanames.h | 12 +- gcc/tree-vect-data-refs.cc | 10 +- gcc/tree-vrp.cc | 22 +- gcc/tree.h | 8 - gcc/value-query.cc | 54 +---- gcc/value-query.h | 1 - gcc/value-range-storage.cc | 4 +- .../libgomp.oacc-c-c++-common/reduction-5.c | 8 +- 18 files changed, 311 insertions(+), 279 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr105459_0.c