http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
--- Comment #5 from Jonathan Wakely 2012-11-13
09:44:26 UTC ---
6.4MB in a single function is the problem.
The compiler has to process that entire function at once.
And 2GB is not a great amount.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
--- Comment #4 from Gordon Cichon 2012-11-13
08:33:01 UTC ---
Why is GCC comsuming so much memory?
The program has 6.4MB source code, it is a single function. All optimizations
are turned off. And there is 2GB memory in the system.
We
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
--- Comment #3 from Paolo Carlini 2012-11-12
17:50:20 UTC ---
Indeed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
--- Comment #2 from Andrew Pinski 2012-11-12
17:01:57 UTC ---
Also this "ICE" is really the kernel killing the program as it ran out of
memory or it was over one of the ulimits. Most likely ran of memory.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|