This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14179] out of memory
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Feb 2004 17:52:55 -0000
- Subject: [Bug c++/14179] out of memory
- References: <20040217171044.14179.debora.j.estey@lmco.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-02-17 17:52 -------
Debora,
Your problem is that G++ needs more RAM to be able to compile that file.
Lately, there has been a lot of work on making the C++ compiler consumes less
and less memory, and on making on faster, but this is work cannot be backported
into the 3.3 stable release serie. Currently G++ 3.4.0 compiles faster than
2.95 on most tests, and consumes around the same amount of memory.
I would suggest you to try again upgrading your compiler to 3.4.0. You will
have to pull it from CVS and recompile it. Also, you may want to take a look at
http://gcc.gnu.org/gcc-3.4/changes.html, since the new compiler is much more
strict to the C++ standard, so old code might need to be modified.
If this is feasable for you, I will be looking forward to a new report from you
on how 3.4.0 behaves with your code. Alas, it's probably too late to improve
the 3.3 serie so much. If you really need to use it, you can probably trying
adding more RAM to your computer, it should probably allow it to finish
compilation.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Summary|out of memory |out of memory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179