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_build/release-aarch64 in repository toolchain/ci/gcc.
from b2ae75fd2af Daily bump. new 8351dd96200 Daily bump. new 2339ee2c89a Daily bump. new 527dccb33e5 wide-int: Fix up wi::shifted_mask [PR106144] new 0062d8491c2 cgraphunit: Don't emit asm thunks for -dx [PR106261] new 681c73db9bd openmp: Fix up handling of non-rectangular simd loops with [...] new caf633624fd Daily bump. new d2bafe190c2 Daily bump.
The 7 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/cgraphunit.cc | 2 +- gcc/omp-expand.cc | 57 ++++++++++++++------- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/g++.dg/debug/pr106261.C | 36 +++++++++++++ gcc/wide-int.cc | 13 ++++- libgomp/ChangeLog | 8 +++ libgomp/testsuite/libgomp.c-c++-common/pr106449.c | 62 +++++++++++++++++++++++ 9 files changed, 197 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/pr106261.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449.c