This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13027] g++: Internal error: Killed (program cc1plus)
- From: "albrecht dot dress at arcor dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 18:44:09 -0000
- Subject: [Bug optimization/13027] g++: Internal error: Killed (program cc1plus)
- References: <20031112201751.13027.albrecht.dress@arcor.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From albrecht dot dress at arcor dot de 2003-11-26 18:44 -------
With gcc-3.2.3, the peak mem load (as listed in top's RSS column) is about 67
MByte. gcc-3.3.2 ejects at a RSS mem usage of about 205 MByte (I have X and
several other stuff running...). The command line parameters for 3.2.3 are
exactly the same:
[albrecht@antares qt2]$ /opt/gcc-3.2.3/bin/g++-3.2.3 -DHAVE_CONFIG_H -I. -I.
-I../../../src -I../../../src/ -I../../../src/frontends/ -I../../../images
-I./qt2 -I/usr/lib/qt-3.1//include -I../../../boost
-I../../../src/frontends/controllers -isystem /usr/X11R6/include
-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION -O2 -mcpu=7450
-fsigned-char -c Dialogs.C -MT Dialogs.lo -MD -MP -MF .deps/Dialogs.TPlo -save-temps
BTW, what does "resolved invalid" mean? Must I have a 1 GB machine to compile
this application?!? This can't be true!!!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13027