------- Comment #4 from burnus at gcc dot gnu dot org 2010-03-10 14:31 ------- The SixTrack souce code can be found at http://lhc-collimation-project.web.cern.ch/lhc-collimation-project/code-tracking.htm Namely: http://lhc-collimation-project.web.cern.ch/lhc-collimation-project/SixPack.zip
Regarding "1904: From file fort.8 : 0 values read in." That matches the file: sixve.f: open(8,file='fort.8',form='formatted',status='unknown') And I see two reads for sixve.f (in "subroutine daten"): read(8,10020,end=1581) read(8,10020,end=1550,iostat=ierro) ch which seemingly uses: 10020 format(a80) which looks harmless. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43320