re PR fortran/67526 (ICE on missing end parenthesis in substring construct)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 10 Sep 2015 17:13:11 +0000 (17:13 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 10 Sep 2015 17:13:11 +0000 (17:13 +0000)
commit3108836938c10cc746fe2118e8108e843039a2c7
tree064ae4e1f8c96cc25b46512a36ac2f38311f483c
parent08f8b6653ad6351e58dd466ca8be575e2855b88a
re PR fortran/67526 (ICE on missing end parenthesis in substring construct)

2015-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/67526
* gfortran.dg/pr67526.f90: New test.

2015-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/67526
* expr.c (gfc_check_init_expr): Do not dereference a NULL pointer.

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