[MacPorts] #42758: gcc49 update
MacPorts
noreply at macports.org
Sat Mar 8 20:30:07 PST 2014
#42758: gcc49 update
-----------------------+-------------------
Reporter: rouson@… | Owner: mww@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gcc49 |
-----------------------+-------------------
Comment (by rouson@…):
Replying to [comment:5 egall@…]:
> r117696 updated it to a snapshot from March 2nd, which I am assuming is
too old to include the changes mentioned in the OP?
Yes, I just tested the March 2 snapshot and apparently it is not
sufficiently recent. In case it helps, the test code is
program main
type container
character(:), allocatable :: string
end type
type(container) :: something
something%string = "Hello, world!"
print *,something%string
end program
The resulting executable should simply print "Hello, world!"
Damian
--
Ticket URL: <https://trac.macports.org/ticket/42758#comment:7>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list