------- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-06 07:42 ------- (In reply to comment #4) > And another question, all the variables which have initial values are treat > as static. Is this reasonable? Yes, this is reasonable. Confirm myself. In section 5.1 (Fortran95, Working draft J3/97-007R2): The presence of initialization implies that object-name is saved, except for an object-name in a named common block or an object-name with the PARAMETER attribute.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22290