re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective shape)
commit57e596204fceef2e9196c76f0cb102e4fd66646d
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 7 Nov 2015 20:18:17 +0000 (7 20:18 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 7 Nov 2015 20:18:17 +0000 (7 20:18 +0000)
treeba473afff940faab83ee3adf400dffb45cac490f
parent727cde644d6175dcc5e22d4e1214bf3bac621efc
re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective shape)

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

PR fortran/68153
* check.c (gfc_check_reshape): Improve check for valid SHAPE argument.

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

PR fortran/68153
* gfortran.dg/pr68153.f90: New test.

From-SVN: r229939
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr68153.f90 [new file with mode: 0644]