This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 4ebbf390689 testsuite: Require int128 for gcc.dg/pr106063.c adds 0587cef3d79 c: Fix location for _Pragma tokens [PR97498] adds 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 [...] new 4c94382a132 target/105459 - allow delayed target option node fixup new 06b2a2abe26 Enhance '_Pragma' diagnostics verification in OMP C/C++ test cases
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/ChangeLog | 44 ++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 + gcc/c/c-parser.cc | 1 + gcc/config/i386/i386-options.cc | 32 ++- gcc/gimple-range.cc | 30 +-- gcc/testsuite/ChangeLog | 28 +++ gcc/testsuite/c-c++-common/gomp/pragma-3.c | 9 +- gcc/testsuite/c-c++-common/gomp/pragma-5.c | 9 +- gcc/testsuite/c-c++-common/pr97498.c | 4 + gcc/testsuite/gcc.dg/lto/pr105459_0.c | 35 +++ gcc/testsuite/gcc.dg/pragma-message.c | 8 +- gcc/tree-core.h | 13 +- gcc/tree-ssa-dom.cc | 2 +- gcc/tree-ssanames.cc | 240 ++++++++++----------- gcc/tree-ssanames.h | 12 +- gcc/tree-vect-data-refs.cc | 8 + 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 +- libcpp/ChangeLog | 7 + libcpp/directives.cc | 1 + libgomp/ChangeLog | 6 + .../libgomp.oacc-c-c++-common/reduction-5.c | 10 +- .../libgomp.oacc-c-c++-common/vred2d-128.c | 18 +- 27 files changed, 335 insertions(+), 279 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr97498.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr105459_0.c