Re: Syntax check for IMPLICIT statement




"James Van Buskirk" <not_valid@xxxxxxxxxxx> wrote in message
news:wpmdnYLdJ7wLl4jVnZ2dnUVZ_jednZ2d@xxxxxxxxxxxxxx
In attempting to create a digestible version of a program that gives
gfortran an ICE and causes incorrect output for ifort, the critical
factor for both seems to be a line such as:

implicit character(len=*,kind=kind('A')) (Q)


"For a scalar named constant or for a dummy argument ... a len-value may be
specified as an asterisk" ("Fortran 95/2003 Explained", Section 7.13).

HTH,

Mike Metcalf


.



Relevant Pages