[Bug middle-end/39142] Compilation fails with specialised optimisations.

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 10 10:12:00 GMT 2009



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-02-10 10:12 -------
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Which means that your kernel killed the compiler, likely due to memory
usage issues.  On x86_64 the testcase uses 1.4GB.

Note that the issue is likely the large static initializer of ___lbl_tbl.
See PRs 14179 and 12245.  Removing that initializer the file needs 67MB to
build.

*** This bug has been marked as a duplicate of 12245 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


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



More information about the Gcc-bugs mailing list