re PR fortran/71085 (ICE with some intrinsic functions specifying array function...
authorHarald Anlauf <anlauf@gmx.de>
Sun, 4 Mar 2018 01:37:13 +0000 (01:37 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 4 Mar 2018 01:37:13 +0000 (01:37 +0000)
commitac80378f4a966aa6b5490cf087380c7324681997
treeec595e37d677f6d9276396f5e7684aba076b4483
parent6979a6b3d102dbbbf8a28dedb6d9938711065f6b
re PR fortran/71085 (ICE with some intrinsic functions specifying array function result dimension)

2018-03-03  Harald Anlauf  <anlauf@gmx.de>

PR fortran/71085
* trans-expr.c (gfc_apply_interface_mapping_to_expr): Do not
dereference NULL pointer.

2018-03-03  Harald Anlauf  <anlauf@gmx.de>

PR fortran/71085
* gfortran.dg/pr71085.f90: New test.

From-SVN: r258228
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr71085.f90 [new file with mode: 0644]