From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9445 invoked by alias); 1 May 2009 23:00:41 -0000 Received: (qmail 9340 invoked by uid 48); 1 May 2009 23:00:28 -0000 Date: Fri, 01 May 2009 23:00:00 -0000 Message-ID: <20090501230028.9339.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/39999] gcc 4.4.0 compiles in infinite loop In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" 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-05/txt/msg00079.txt.bz2 ------- Comment #2 from howarth at nitro dot med dot uc dot edu 2009-05-01 23:00 ------- On Linux and Darwin, it seems to be constantly allocating memory and never finishes the compilation (at least over 10+ minutes). The example code compiles instantly at -O1. I've not discovered any -O2 switches that can be disabled which would eliminate the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39999