From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21578 invoked by alias); 23 Feb 2008 16:22:43 -0000 Received: (qmail 21435 invoked by uid 48); 23 Feb 2008 16:21:58 -0000 Date: Sat, 23 Feb 2008 16:22:00 -0000 Message-ID: <20080223162158.21433.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/30610] huge memory consumption with -O3 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kcwu at csie dot org" 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: 2008-02/txt/msg02426.txt.bz2 ------- Comment #5 from kcwu at csie dot org 2008-02-23 16:21 ------- this issue is resolved in gcc 4.3 20080221 snapshot. $ time gcc43 -O3 -c f5.c -Wall user 0m0.418s And the memory usage is less than 10 MB. -- kcwu at csie dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30610