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 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 adds 74526710f7f More update-ssa speedup adds 415d2c38eda tree-optimization/106228 - fixup last change adds f1782a0a8c4 More update-ssa speedup new cb7b01db7a1 c-family: Fix option check in handle_pragma_diagnostic [PR106252]
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/c-family/c-pragma.cc | 8 +- gcc/config/i386/i386-options.cc | 32 +++---- 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-into-ssa.cc | 105 ++++++++++++++++++--- gcc/tree-vect-data-refs.cc | 14 +-- .../libgomp.oacc-c-c++-common/reduction-5.c | 8 +- 9 files changed, 169 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr105459_0.c