#79 ROSE: Array initialization to scalar unparses incorrectly
open-fixed
5
2011-08-06
2011-08-04
No
integer :: A(3) = 0
unparses to
integer :: A(3) = (/0/)
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
This bug fixed in ROSE (see comments in file FortranParserActionROSE.C).