re PR fortran/33689 ([Regression 4.3] Array with constant bound rejected as automatic...
authorTobias Schlüter <tobi@gcc.gnu.org>
Mon, 8 Oct 2007 20:54:47 +0000 (22:54 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Mon, 8 Oct 2007 20:54:47 +0000 (22:54 +0200)
commit9de88093b6e322a53b20ea23560ca3cd753120ec
tree3ddfb68c1208d5cb5de35a5a6152b0fe4071db55
parentd98f312ce657e609c803c54cad4a57397d620668
re PR fortran/33689 ([Regression 4.3] Array with constant bound rejected as automatic array)

PR fortran/33689
fortran/
* resolve.c (gfc_resolve_expr): Fix indentation.
(resolve_fl_variable_derived): Rename argument.
(resolve_fl_variable): Fix case in message.  Clarify logic.
Correctly simplify array bounds.
testsuite/
* gfortran.dg/spec_expr_5.f90: New.

From-SVN: r129139
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/spec_expr_5.f90 [new file with mode: 0644]