]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/58989 (internal compiler error when using reshape function)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 5 Nov 2013 20:02:43 +0000 (20:02 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 5 Nov 2013 20:02:43 +0000 (20:02 +0000)
commitdf1c87913c623004b0ecf24ea37874d9addaa8c9
treead223978dbb0e5d72b3ae3b44a423d530000505f
parentae40b2ffce3f8d401f1ae28e791cfe182b2be36f
re PR fortran/58989 (internal compiler error when using reshape function)

2013-11-05  Steven G. Kargl <kargl@gcc.gnu.org>

PR fortran/58989
* check.c (gfc_check_reshape): ensure that shape is a constant
expression.

2013-11-05  Steven G. Kargl <kargl@gcc.gnu.org>

PR fortran/58989
* gfortran.dg/reshape_6.f90: New test.

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