This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12252] ICE on very large source file : GC problem?
- From: "warren_baird at cimmetry dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2003 22:07:06 -0000
- Subject: [Bug c++/12252] ICE on very large source file : GC problem?
- References: <20030911203619.12252.warren_baird@cimmetry.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12252
------- Additional Comments From warren_baird at cimmetry dot com 2003-09-15 22:07 -------
Thanks for the suggestions, Michael and Eric... I haven't Tried Michael's yet
--- But I probably will tomorrow... I tried Eric's suggestion of setting the
GC heap parameters to 0, and gcc is now taking slightly over an hour before it
hits the point when it crashes (on a blade 1000 with 900Mhz Ultrasparc III and
2.5 bg of ram), so it has been a bit slow... so far I've determined that the
original file that succeeded (tmp2.ii in the above description) now also seg
faults, but I've tried trimming it down to 40k and 65k lines, and both of the
shorter versions compiled.. I'm trying 85k lines now... I'll post more details
here as I have them...