Group: comp.lang.fortran · Group Profile · Search for R310s in comp.lang.fortran
Author: FX
Date: Mar 21, 2007 05:55
... m1 print *, (/1,1,5/) + (/2,2/) end I'd say it's invalid because of (12.3.2.1.1 of Fortran 2003): "If the operator is an intrinsic-operator (R310), the number of function arguments shall be consistent with the intrinsic uses of that operator, and the types, kind type parameters, or ranks of the dummy arguments shall differ from those required for the intrinsic...
|