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 c0d260e27e7 Fortran/OpenMP: class.cc fix for mapping of DT with allocat [...] new 6fd96bd58cf Fortran: Avoid running into assert with -fcheck= + UBSAN new 327e8894912 Fortran: reject invalid non-constant pointer initialization [...] new 117c50428fd Fortran: ICE with automatic character object, save, and var [...]
The 3 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/expr.c | 34 ++++++++++++++++++++ gcc/fortran/primary.c | 2 +- gcc/fortran/trans-expr.c | 1 + gcc/testsuite/gfortran.dg/bind-c-intent-out-2.f90 | 39 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr101762.f90 | 23 +++++++++++++ 5 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/bind-c-intent-out-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr101762.f90