Changes between Initial Version and Version 1 of Ticket #42758, comment 7


Ignore:
Timestamp:
Mar 9, 2014, 4:32:31 AM (10 years ago)
Author:
rouson@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42758, comment 7

    initial v1  
    44Yes, I just tested the March 2 snapshot and apparently it is not sufficiently recent.  In case it helps, the test code is
    55
    6 program  main
     6program main
    77  type container
    88    character(:), allocatable :: string
     
    1313end program
    1414
    15 
    1615The resulting executable should simply print "Hello, world!"
    1716