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/release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from b2ae75fd2af Daily bump. adds 8351dd96200 Daily bump. adds 2339ee2c89a Daily bump. adds 527dccb33e5 wide-int: Fix up wi::shifted_mask [PR106144] adds 0062d8491c2 cgraphunit: Don't emit asm thunks for -dx [PR106261] adds 681c73db9bd openmp: Fix up handling of non-rectangular simd loops with [...] adds caf633624fd Daily bump. adds d2bafe190c2 Daily bump. new 98e2676558f c: Fix location for _Pragma tokens [PR97498]
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/ChangeLog | 30 +++++++++++ gcc/DATESTAMP | 2 +- gcc/c/c-parser.cc | 1 + gcc/cgraphunit.cc | 2 +- gcc/omp-expand.cc | 57 +++++++++++++------- gcc/testsuite/ChangeLog | 8 +++ 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/g++.dg/debug/pr106261.C | 36 +++++++++++++ gcc/testsuite/gcc.dg/pragma-message.c | 8 +-- gcc/wide-int.cc | 13 ++++- libcpp/directives.cc | 1 + libgomp/ChangeLog | 8 +++ libgomp/testsuite/libgomp.c-c++-common/pr106449.c | 62 ++++++++++++++++++++++ .../libgomp.oacc-c-c++-common/reduction-5.c | 4 +- .../libgomp.oacc-c-c++-common/vred2d-128.c | 18 +++---- 17 files changed, 225 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr97498.c create mode 100644 gcc/testsuite/g++.dg/debug/pr106261.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449.c