This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54024] Internal compiler error


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]