https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85001
--- Comment #7 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Mar 21 01:27:42 2018 New Revision: 258700 URL: https://gcc.gnu.org/viewcvs?rev=258700&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-6-branch/gcc/testsuite/gfortran.dg/interface_41.f90 Modified: branches/gcc-6-branch/gcc/fortran/interface.c