https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71085
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Mar 4 01:52:24 2018 New Revision: 258229 URL: https://gcc.gnu.org/viewcvs?rev=258229&root=gcc&view=rev Log: 2018-03-03 Harald Anlauf <anl...@gmx.de> PR fortran/71085 * trans-expr.c (gfc_apply_interface_mapping_to_expr): Do not dereference NULL pointer. 2018-03-03 Harald Anlauf <anl...@gmx.de> PR fortran/71085 * gfortran.dg/pr71085.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr71085.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/trans-expr.c branches/gcc-7-branch/gcc/testsuite/ChangeLog