From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26648 invoked by alias); 23 Feb 2009 16:51:54 -0000 Received: (qmail 26598 invoked by alias); 23 Feb 2009 16:51:40 -0000 Date: Mon, 23 Feb 2009 16:51:00 -0000 Message-ID: <20090223165140.26597.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hubicka at ucw dot cz" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg02018.txt.bz2 ------- 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 > we don't need it anymore. Problem is that I don't know enough of C++ parser to be sure where we can safely free this vector? Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179