From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1471 invoked by alias); 31 Mar 2009 05:46:42 -0000 Received: (qmail 32539 invoked by uid 48); 31 Mar 2009 05:46:25 -0000 Date: Tue, 31 Mar 2009 05:46:00 -0000 Message-ID: <20090331054625.32538.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/39301] ICE in register_overhead, at bitmap.c:115 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bje at gcc dot gnu 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: 2009-03/txt/msg02399.txt.bz2 ------- Comment #4 from bje at gcc dot gnu dot org 2009-03-31 05:46 ------- I still cannot reproduce this using the 4.4 branch: $ ./xgcc -v Reading specs from ./specs Target: powerpc64-unknown-linux-gnu Configured with: /home/bje/source/gcc-clean/configure --enable-languages=c --enable-gather-detailed-mem-stats --with-cpu=default64 --disable-bootstrap --quiet Thread model: posix gcc version 4.4.0 20090327 (experimental) [trunk revision 145326] (GCC) $ ./cc1 -I../include -Wall -W -Wno-unused -O1 -fno-math-errno -fschedule-insns2 -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing -fwrapv -fomit-frame-pointer -fPIC -fno-common compiler.i btowc wctob mbrlen code_size ___H__20_compiler_2e_o1 {GC 124407k -> 67811k} ___init_proc ____20_compiler_2e_o1 Analyzing compilation unit {GC 107701k -> 81846k}Performing interprocedural optimizations {GC 140505k -> 139614k} Assembling functions: code_size ___init_proc ____20_compiler_2e_o1 ___H__20_compiler_2e_o1 {GC 188952k -> 155976k} {GC 232824k -> 158800k} cc1: out of memory allocating 4064 bytes after a total of 3485597696 bytes Can you see any differences here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39301