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: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jan 2012 22:08:38 +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 #62 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-13 22:08:38 UTC ---
(In reply to comment #61)
> 4.7 14s 1704M (r183161, optimized, --enable-checking=release)
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.