[Bug fortran/33297] SIZE intrinsic crashes gfortran on invalid usage
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 4 15:25:00 GMT 2007
------- Comment #2 from burnus at gcc dot gnu dot org 2007-09-04 15:25 -------
> integer array(5), i1, i2
> print *, size(array,(/i1,i2/))
13.7.112 SIZE (ARRAY [, DIM, KIND])
ARRAY may be of any type. It shall not be scalar.
DIM (optional) shall be scalar and of type integer
KIND (optional) shall be a scalar integer initialization expression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33297
More information about the Gcc-bugs
mailing list