This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from c68a8f1a967 Add libgomp.c-c++-common/pr106449-2.c new e57ea617b3b openmp: Simplify fold_build_pointer_plus callers in omp-expand 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 c6f4e261b0b Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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 | 30 ++++++ gcc/ChangeLog.omp | 10 ++ gcc/DATESTAMP | 2 +- gcc/cgraphunit.cc | 2 +- gcc/omp-expand.cc | 108 +++++++++++----------- 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 +++++++++++++ 10 files changed, 222 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/pr106261.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449.c