https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69739
--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Mon Nov 6 11:48:32 2017 New Revision: 254448 URL: https://gcc.gnu.org/viewcvs?rev=254448&root=gcc&view=rev Log: 2017-11-06 Paul Thomas <pa...@gcc.gnu.org> Backported from trunk PR fortran/69739 * trans-expr.c (gfc_map_intrinsic_function): Return false for bounds without the DIM argument instead of ICEing. 2017-11-06 Paul Thomas <pa...@gcc.gnu.org> Backported from trunk PR fortran/69739 * gfortran.dg/pr69739.f90: New test. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr69739.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/trans-expr.c branches/gcc-6-branch/gcc/testsuite/ChangeLog