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 863579c4e30 amdgcn: Enable SIMD vectorization of math functions adds 9831a5f4843 Fortran: BOZ literal constants are not compatible to any ty [...] adds ebe47cc6f15 Daily bump. adds 2b20cf18a62 Fortran: Add missing TKR initialization to class variables [...] adds 67a7e47119b Daily bump. adds faac1fccd75 Daily bump. adds 5566fa3b7a9 Daily bump. adds b80a6906732 Daily bump. new 488d2df2148 Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new cb934e37962 OpenMP/Fortran: 'target update' with strides + DT components
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 | 10 ++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 22 ++++ gcc/fortran/ChangeLog.omp | 8 ++ gcc/fortran/openmp.cc | 19 ++- gcc/fortran/symbol.cc | 4 + gcc/fortran/trans-array.cc | 46 +++++++ gcc/fortran/trans-array.h | 2 + gcc/fortran/trans-decl.cc | 6 +- gcc/fortran/trans-openmp.cc | 9 +- gcc/testsuite/ChangeLog | 18 +++ gcc/testsuite/gfortran.dg/PR100097.f90 | 41 ++++++ gcc/testsuite/gfortran.dg/PR100098.f90 | 45 +++++++ gcc/testsuite/gfortran.dg/illegal_boz_arg_4.f90 | 13 ++ libgomp/ChangeLog | 13 ++ libgomp/ChangeLog.omp | 5 + libgomp/testsuite/libgomp.fortran/target-11.f90 | 75 +++++++++++ libgomp/testsuite/libgomp.fortran/target-13.f90 | 162 ++++++++++++++++++++++++ 18 files changed, 489 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/PR100097.f90 create mode 100644 gcc/testsuite/gfortran.dg/PR100098.f90 create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_4.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-11.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-13.f90