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 70d8133b609 openmp: Reject invalid forms of C++ #pragma omp atomic comp [...] new 547a6252e94 OpenMP/Fortran: Permit assumed-size arrays in uniform clause new c68a8f1a967 Add libgomp.c-c++-common/pr106449-2.c
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/fortran/ChangeLog.omp | 8 +++ gcc/fortran/openmp.cc | 3 +- gcc/testsuite/ChangeLog.omp | 7 +++ gcc/testsuite/gfortran.dg/gomp/declare-simd-3.f90 | 30 ++++++++++ libgomp/ChangeLog.omp | 7 +++ .../testsuite/libgomp.c-c++-common/pr106449-2.c | 64 ++++++++++++++++++++++ 6 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-3.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449-2.c