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/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 01f8a8b48e5 openmp: Diagnose syntax mismatches between declare target a [...] adds 04b4f315259 i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860] adds fb0cd8f1116 gfortran.dg/PR82376.f90: Avoid matching a file-path adds 2d7967a10c2 arc: Small data doesn't need fcommon option new 432de084981 OpenMP 5.1: Add proc-bind 'primary' support new d3a7fbcb7c7 libstdc++: Add #error to some files that depend on a specif [...]
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/c/c-parser.c | 7 ++++-- gcc/common/config/arc/arc-common.c | 4 +-- gcc/config/arc/arc.c | 3 --- gcc/config/i386/i386-expand.c | 7 ++++++ gcc/cp/parser.c | 7 ++++-- gcc/fortran/dump-parse-tree.c | 1 + gcc/fortran/gfortran.h | 1 + gcc/fortran/intrinsic.texi | 6 +++-- gcc/fortran/openmp.c | 5 +++- gcc/fortran/trans-openmp.c | 3 +++ gcc/testsuite/c-c++-common/gomp/pr61486-2.c | 13 ++++++++++ gcc/testsuite/gcc.target/i386/avx512f-pr101860.c | 5 ++++ gcc/testsuite/gfortran.dg/PR82376.f90 | 5 ++-- gcc/testsuite/gfortran.dg/gomp/affinity-1.f90 | 9 +++++++ gcc/tree-core.h | 1 + gcc/tree-pretty-print.c | 2 ++ libgomp/env.c | 13 +++++----- libgomp/libgomp.texi | 32 +++++++++++++----------- libgomp/omp.h.in | 10 +++++++- libgomp/omp_lib.f90.in | 6 +++++ libgomp/omp_lib.h.in | 2 ++ libgomp/testsuite/libgomp.c/affinity-1.c | 14 ++++++++--- libstdc++-v3/src/c++98/locale_init.cc | 4 +++ libstdc++-v3/src/c++98/localename.cc | 4 +++ libstdc++-v3/src/c++98/misc-inst.cc | 4 +++ 25 files changed, 127 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101860.c