------- Comment #5 from burnus at gcc dot gnu dot org 2010-03-10 14:39 ------- Reproduce using: 1. Grab SixTrack.zip (see comment 4) 2. Change in track.f, line 4411 in "(i,1x,..." the "i" into an "i0" 3. Grab the input file http://lhc-collimation-project.web.cern.ch/lhc-collimation-project/InjPack.zip and unzip in the same directory 4. Compile by running: gfortran *.f
a) Run with the trunk's libgfortran. The result will be: Multipole errors read in from external file [...] ++++++++++++++++++++++++ +++++ERROR DETECTED+++++ ++++++++++++++++++++++++ RUN TERMINATED ABNORMALLY !!! b) Run with an older libgfortran, e.g. the one from GCC 4.4. Result is [...] Multipole errors read in from external file From file fort.16 : 0 values read in. Alignment errors read in from external file From file fort.8 : 0 values read in. [...] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43320