This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from fb7c736c2f1 c++: Prevent bogus -Wtype-limits warning with NTTP [PR100161] new 3efd52599ae PR fortran/100154 - ICE in gfc_conv_procedure_call, at fort [...] new 5aee8c2a33a Fortran - allow target of pointer from evaluation of functi [...]
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/check.c | 36 ++++++++++++++++++++++++++++++-- gcc/fortran/expr.c | 4 +++- gcc/fortran/intrinsic.c | 10 ++++----- gcc/testsuite/gfortran.dg/pr100154.f90 | 26 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/ptr-func-4.f90 | 19 +++++++++++++++++ 5 files changed, 87 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr100154.f90 create mode 100644 gcc/testsuite/gfortran.dg/ptr-func-4.f90