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]

Re: problematic memory consumption with gcc-3.4 during compilation


Dale E Martin wrote:

>Several files that compile using "normal" amounts of memory - not in excess of
400M of virtual memory
>- require more than 2G of virtual memory to compile with g++ 3.4.

What you are seeing is a regression in the compiler, and we surely need to look
into it and possibly have it fixed. It would be great if you could create a new
bug report within our bug database (http://gcc.gnu.org/bugzilla), and attacch
the preprocessed source code to it. Please, read also the instruction at
http://gcc.gnu.org/bugs.html to know what else we need (command line, system
triplet, etc.). You might have noticed that G++ 3.4 usually consumes less or
equal RAM than 3.3 when compiling large C++ testcases, and this is how we want
it for everything.

Thank you for reporting this,

Giovanni Bajo



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