This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC consumes infinite amounts of memory
- To: arjan at fenrus dot demon dot nl
- Subject: Re: GCC consumes infinite amounts of memory
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 7 May 2000 23:12:03 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.05.10005071804050.3541-200000@fenrus.demon.nl>
> When compiling any recent linux kernel (2.3.99preX, for X=1,2,3,4,5 or 6)
> with the attached .config file, gcc starts to use infinite amounts of
> memory. When "-O2" is replaced with "-O1", this is not the case.
Thanks for your bug report. Please have a look at
http://www.gnu.org/software/gcc/bugs.html
It would help immensely if you provide preprocessor output for the
file that does not compile, as well as the exact gcc command line.
Regards,
Martin