PR fortran/13201
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 21:20:50 +0000 (21:20 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 21:20:50 +0000 (21:20 +0000)
commitc1a3b6650d36a1defa9e50049828459716dbc661
treed3352c7a5ccff7412b5e6acf7f1978a0e40eb5b6
parent6a2ba6a93baf120718f6e6fc641ca771b5fb3f96
PR fortran/13201
* resolve.c (resolve_symbol): Verify that the shape of a
parameter array is not only explicit, but also constant.
* array.c (gfc_is_compile_time_shape): New function.
* gfortran.h (gfc_is_compile_time_shape): Add prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84400 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/fortran/gfortran.h
gcc/fortran/resolve.c