From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10901 invoked by alias); 29 Jun 2004 16:45:26 -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 10891 invoked by uid 48); 29 Jun 2004 16:45:26 -0000 Date: Tue, 29 Jun 2004 16:50:00 -0000 Message-ID: <20040629164526.10890.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] Virtual memory exhausted in C++ even w/out any optimization X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03784.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-06-29 16:45 ------- I tried 3.3.4 on i686-pc-linux-gnu. It used about 1 GB of memory before I killed it. With 3.4.0 I got some errors first, but the compiler kept doing its job and the memory usage went up to 2 GB within seconds before I also killed it. To me this looks more like an infinite loop instead of a memory-hog. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16273