2017-10-27 Thomas Koenig <tkoenig@gcc.gnu.org>
commitfb05ba13e08def7b6c3f4b25e1bcc5cdb5ccd1cd
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Oct 2017 17:11:42 +0000 (27 17:11 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Oct 2017 17:11:42 +0000 (27 17:11 +0000)
tree71e73a69c0cee745422b73c9d7ac3695e5d64c23
parent9d8823fc2cd32cc3ef667e96f445f3cbf5192441
2017-10-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/56342
* simplify.c (is_constant_array_expr): If the expression is
a parameter array, call gfc_simplify_expr.

2017-10-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/56342
* gfortran.dg/matmul_const.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254157 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/matmul_const.f90 [new file with mode: 0644]