https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85001
--- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Mar 21 01:26:25 2018 New Revision: 258699 URL: https://gcc.gnu.org/viewcvs?rev=258699&root=gcc&view=rev Log: 2018-03-20 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/85001 * interface.c (symbol_rank): Remove bogus null pointer check that crept in when translating a ternary operator into an if-else constructor. 2018-03-20 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/85001 * gfortran.dg/interface_41.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/interface_41.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/interface.c branches/gcc-7-branch/gcc/testsuite/ChangeLog