(1) Pick up CHARACTER*(*) declarations for variables which aren't dummy arguments, and complain about them. (2) We can't commit to defining a symbol as a variable instead of a function based only on
(1) Pick up CHARACTER*(*) declarations for variables which aren't dummy arguments, and complain about them. (2) We can't commit to defining a symbol as a variable instead of a function based only on what we have seen through the declaration section; this was properly handled for normal variables but not for arguments.
show more ...
|