[Bug libfortran/47514] New: Source file over a certain size compiles but will not run

brendanarnold at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Jan 28 13:51:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47514

           Summary: Source file over a certain size compiles but will not
                    run
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: brendanarnold@gmail.com


Created attachment 23152
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23152
Source files mentioned in the report

It seems there is a limit between 200kB and 500kB ish or perhaps the number of
labels for FORMAT statements that causes source file 'a.f' to run fine but
source file 'b.f' to crash. Note that both compile with no warnings/errors with
'-Wall' enabled. Performed on Windows, gfortran 4.4.1.

For comparison, both compile and run fine on Intel Linux using ifort 9.1



More information about the Gcc-bugs mailing list