[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-13 Thread manu at gcc dot gnu.org
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

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-13 Thread redi at gcc dot gnu.org
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.

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-13 Thread gordoncichon at gmail dot com
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

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287 --- Comment #3 from Paolo Carlini 2012-11-12 17:50:20 UTC --- Indeed.

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-12 Thread pinskia at gcc dot gnu.org
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.

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|