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_O1 in repository toolchain/ci/gcc.
from a8cfc36b996 loongarch: avoid unnecessary sign-extend after 32-bit division adds c106825b936 Cleanups to irange::nonzero bit code. adds 4ebbf390689 testsuite: Require int128 for gcc.dg/pr106063.c adds 0587cef3d79 c: Fix location for _Pragma tokens [PR97498] adds b53ebbc5417 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 44 ++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 + gcc/c/c-parser.cc | 1 + gcc/testsuite/ChangeLog | 28 ++++ gcc/testsuite/c-c++-common/gomp/pragma-3.c | 5 +- gcc/testsuite/c-c++-common/gomp/pragma-5.c | 5 +- gcc/testsuite/c-c++-common/pr97498.c | 4 + gcc/testsuite/gcc.dg/pr106063.c | 2 +- gcc/testsuite/gcc.dg/pragma-message.c | 8 +- gcc/value-range.cc | 167 ++++++++++++++++----- gcc/value-range.h | 5 +- libcpp/ChangeLog | 7 + libcpp/directives.cc | 1 + libgomp/ChangeLog | 6 + .../libgomp.oacc-c-c++-common/reduction-5.c | 4 +- .../libgomp.oacc-c-c++-common/vred2d-128.c | 18 +-- 17 files changed, 254 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr97498.c