This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 8c810281773 PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at [...] new 294105192c9 PR fortran/93366 - ICE on invalid, reject invalid use of NU [...] new b0feef39fe5 PR fortran/95544 - Fix ICE in NULL() argument to intrinsics
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 | 61 ++++++++++++++++++++++++++--------- gcc/fortran/gfortran.h | 1 + gcc/fortran/intrinsic.c | 12 +++++++ gcc/testsuite/gfortran.dg/pr93366.f90 | 18 +++++++++++ gcc/testsuite/gfortran.dg/pr95544.f90 | 15 +++++++++ 5 files changed, 92 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93366.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95544.f90