This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from cb639f7bf2e openmp: Fix up declare target handling for vars with DECL_L [...] new 88364f77fb6 Fortran: Avoid var initialization in interfaces [PR54753] new 10c13cdb019 Fortran: Add diagnostic for F2018:C839 (TS29113:C535c)
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 | 21 +++ gcc/fortran/interface.c | 100 ++++++++++++-- gcc/testsuite/ChangeLog.omp | 12 ++ gcc/testsuite/gfortran.dg/PR94110.f90 | 15 ++ gcc/testsuite/gfortran.dg/c-interop/c535c-1.f90 | 175 +++++++++++++++++------- gcc/testsuite/gfortran.dg/c-interop/c535c-2.f90 | 4 +- gcc/testsuite/gfortran.dg/c-interop/c535c-3.f90 | 5 +- gcc/testsuite/gfortran.dg/c-interop/c535c-4.f90 | 5 +- 8 files changed, 269 insertions(+), 68 deletions(-)