This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54024] Internal compiler error
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jul 2012 07:37:46 +0000
- Subject: [Bug c++/54024] Internal compiler error
- Auto-submitted: auto-generated
- References: <bug-54024-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54024
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-19 07:37:46 UTC ---
Compiles just fine here, most probably you just don't have enough memory.
Needed almost 2GB of RAM to compile here. When cc1plus is killed, it means
likely the kernel OOM handler triggered in. Not a gcc bug unless the needed
amount of RAM would be unreasonable to the input.