This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/gcc.
from a559dc97b79 [s390] Fix ambiguous .md attribute uses adds 402bea3aff8 Fix recent regression in __atomic_add_dispatch adds a0110ad7085 * omp-low.c (struct omp_context): Rename combined_into_sim [...] adds 8d54bfe2765 * omp-low.c (lower_rec_input_clauses): For lastprivate cla [...] adds 8d9af6a1f86 Daily bump. new d57faea9337 Fix uninitialised use in mips_split_move new da056355584 PR91068: Fix MIPS fallout from IRA matched operand changes
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 | 28 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/mips/mips.c | 4 +- gcc/config/mips/mips.md | 12 ++-- gcc/omp-low.c | 54 ++++++++++++--- libgomp/ChangeLog | 3 + libgomp/testsuite/libgomp.c/scan-19.c | 119 ++++++++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/scan-20.c | 119 ++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/ext/atomicity.h | 9 ++- 10 files changed, 334 insertions(+), 22 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/scan-19.c create mode 100644 libgomp/testsuite/libgomp.c/scan-20.c