integer :: A(3) = 0
unparses to
integer :: A(3) = (/0/)
This bug fixed in ROSE (see comments in file FortranParserActionROSE.C).
Log in to post a comment.
This bug fixed in ROSE (see comments in file FortranParserActionROSE.C).