This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14179] [4.4/4.5/4.6/4.7 Regression] out of memory while parsing array with many initializers
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 14 Jan 2012 14:18:27 +0000
- Subject: [Bug c++/14179] [4.4/4.5/4.6/4.7 Regression] out of memory while parsing array with many initializers
- Auto-submitted: auto-generated
- References: <bug-14179-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179
--- Comment #63 from Jan Hubicka <hubicka at ucw dot cz> 2012-01-14 14:18:27 UTC ---
> Making the change to convert_to_integer mentioned in 12245 reduces VM size to
> 1509M; there's another 190M of garbage from cp_parser_initializer_list, but
> that still doesn't account for all the increase in VM size.
--enable-gather-detailed-mem-stats dump should pinpoint this quite easilly...
Honza