From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24845 invoked by alias); 13 Aug 2004 10:06:04 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 24710 invoked by uid 48); 13 Aug 2004 10:05:59 -0000 Date: Fri, 13 Aug 2004 10:06:00 -0000 Message-ID: <20040813100559.24709.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040629153633.16273.olivier.fourdan@regis-dgac.net> References: <20040629153633.16273.olivier.fourdan@regis-dgac.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16273] [3.3/3.4/3.5 regression] Memory exhausted when using nested classes and virtual functions X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01224.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-13 10:05 ------- For the record: With the example from comment #5 I now get: 3.4 branch: 50MB 6.5s head: 40MB 5.2s Compiling the original example with 3.4 branch on i686-pc-linux-gnu gives a lot of error messages. But the compiler seems to keep doing its job while the memory usage is staying below 130 MB. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16273