Michael Weitzel <[EMAIL PROTECTED]> writes: > g++ - compiler crashes when compiling a huge (>30 MB), auto-generated > source file (differential equation system). The reported error message > was: > > DynamicSystem_PPP_realPool.cxx:530334: internal compiler error: in > final_scan_insn, at final.c:2117
Seems to be caused by too high line numbers. Simple workaround: Don't use such ridiculously large inputs. I'll check how newer gccs behave for this. Most likely it won't be fixed for 3.3. -- Falk