This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from af086d19112 Daily bump. adds b234f5240ca Avoid vect_get_vector_types_for_stmt adds 0c0feae60aa Use CONVERT_EXPR_CODE_P adds 201e8d9f824 LoongArch: Define the macro ASM_PREFERRED_EH_DATA_FORMAT by [...] adds 4796d16de65 openmp: Simplify fold_build_pointer_plus callers in omp-expand adds 97d32048c04 openmp: Fix up handling of non-rectangular simd loops with [...] adds 2dcceedb3c1 openmp: Reject invalid forms of C++ #pragma omp atomic comp [...] adds 4894ba07869 tree-optimization/106422 - verify block copying in forward [...]
No new revisions were added by this update.
Summary of changes: gcc/config.in | 8 +- gcc/config/loongarch/loongarch.h | 5 + gcc/configure | 34 +++++++ gcc/configure.ac | 8 ++ gcc/cp/parser.cc | 4 +- gcc/gimple-ssa-warn-restrict.cc | 2 +- gcc/omp-expand.cc | 108 +++++++++++----------- gcc/testsuite/c-c++-common/gomp/atomic-32.c | 14 +++ gcc/testsuite/gcc.dg/torture/pr106422.c | 14 +++ gcc/tree-ssa-threadupdate.cc | 4 +- gcc/tree-vect-patterns.cc | 6 +- libgomp/testsuite/libgomp.c-c++-common/pr106449.c | 62 +++++++++++++ 12 files changed, 207 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-32.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106422.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449.c