--- Comment #14 from ed at eh3 dot com 2006-05-02 16:20 ---
Hi Jerry, I just re-ran the test case in this bug report and some other
examples from our oceanic/atmospheric model (mitgcm.org) using gfortran
which was checked out at about 12:30am (May 2) with:
svn -q checkout svn
--- Comment #8 from ed at eh3 dot com 2005-11-24 16:26 ---
Hi Jerry, thank you for looking into this issue and clarifing it!
The use of correct array triplets is a very quick and easy thing for us to
do. And its certainly a good idea to follow the Fortran standard.
--
http
--- Comment #11 from ed at eh3 dot com 2005-12-04 19:54 ---
Thank you for re-opening this bug! In an attempt to make our model
(http://mitgcm.org) as portable as possible, we tried switching the
namelist syntax from the older Fortran77 to F90 "triplets" and
discovered the
, it would be a shame if the namelist indexing
("implicit" indexing?) is lost since large namelist files are more
legible using it. And, existing namelist files will require a fairly
substantial amount of editing to convert between the two types of
formatting.
--
Summary
--- Comment #1 from ed at eh3 dot com 2005-10-20 19:53 ---
The same error happens using gcc from cvs today (2005-10-20).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24459
--- Comment #6 from ed at eh3 dot com 2005-11-02 13:12 ---
Hi jvdelisle, I'm not sure if it qualifies as "high priority" but it is one
of the few (only?) gfortran bugs that we've encountered with the MITgcm fluid
flow and transport model (http://mitgcm.org).