[Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers

2009-02-23 Thread hubicka at gcc dot gnu dot org
--- Comment #52 from hubicka at gcc dot gnu dot org 2009-02-23 16:06 --- With patches proposed for c/12245 we now need 377MB (from original over 1GB) garbage and produce 920MB of IL. Pretty much all the garbage is coming from temporary list constructed here: /* Add it to the

[Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers

2009-02-23 Thread mark at codesourcery dot com
--- Comment #53 from mark at codesourcery dot com 2009-02-23 16:11 --- Subject: Re: [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers hubicka at gcc dot gnu dot org wrote: Perhaps explicitly freeing would be good idea? I certainly have no objection

[Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers

2009-02-23 Thread hubicka at ucw dot cz
--- Comment #54 from hubicka at ucw dot cz 2009-02-23 16:51 --- Subject: Re: [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers Perhaps explicitly freeing would be good idea? I certainly have no objection to explicitly freeing storage if we know

[Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers

2009-02-22 Thread hubicka at ucw dot cz
--- Comment #51 from hubicka at ucw dot cz 2009-02-22 14:47 --- Subject: Re: [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers Honza, you realize that the numbers are completely unreadable in bugzilla, right? THey need some care to read, the columns

[Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #48 from jsm28 at gcc dot gnu dot org 2008-07-04 16:30 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added