re PR fortran/34556 (Rejects valid with bogus error message: parameter initalization)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 18 Jan 2008 02:08:22 +0000 (02:08 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 18 Jan 2008 02:08:22 +0000 (02:08 +0000)
commit207bde5fcf3fe1c94704c79c123a9d730bd49f49
tree0d870b6c1926c0dab0f36b7ab20630d7d863c637
parent6c633d454a09f6fd5f85f54d46f57a733967c667
re PR fortran/34556 (Rejects valid with bogus error message: parameter initalization)

2008-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34556
* simplify.c (is_constant_array_expr): New static function that returns
true if the given expression is an array and is constant.
(gfc_simplify_reshape): Use new function.

From-SVN: r131623
gcc/fortran/ChangeLog
gcc/fortran/simplify.c