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: [email protected]
ReportedBy: [email protected]
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