From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13944 invoked by alias); 20 May 2003 16:13:20 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 4356 invoked by uid 71); 20 May 2003 14:46:00 -0000 Date: Tue, 20 May 2003 16:13:00 -0000 Message-ID: <20030520144600.4355.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Eric Botcazou Subject: Re: bootstrap/10835: bootstraps hangs on hypersparc Reply-To: Eric Botcazou X-SW-Source: 2003-05/txt/msg02183.txt.bz2 List-Id: The following reply was made to PR bootstrap/10835; it has been noted by GNATS. From: Eric Botcazou To: marcus@mc.pp.se Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: bootstrap/10835: bootstraps hangs on hypersparc Date: Tue, 20 May 2003 16:40:21 +0200 > When I try making bootstrap, the stage 2 compilation > hangs when compiling c-typeck.c. I aborted the process > after 12 hours CPU time. When compiling the file with the > same flags but -mv8 or -msupersparc, the compilation > completes in 1.5 minutes. I could reproduce with an already bootstrapped compiler: compile c-typeck.c at -O2 -mcpu=hypersparc. The compiler seems to be hung in the haïfa scheduler, more specifically max_issue(), while compiling really_start_incremental_init(). -- Eric Botcazou