From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28961 invoked by alias); 7 Apr 2002 20:16:03 -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 28928 invoked by uid 71); 7 Apr 2002 20:16:01 -0000 Resent-Date: 7 Apr 2002 20:16:01 -0000 Resent-Message-ID: <20020407201601.28927.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, michael@fastmail.ca Received:(qmail 26531 invoked by uid 61); 7 Apr 2002 20:08:17 -0000 Message-Id:<20020407200817.26530.qmail@sources.redhat.com> Date: Sun, 07 Apr 2002 13:16:00 -0000 From: michael@fastmail.ca Reply-To: michael@fastmail.ca To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/6218: Build hangs on DS10- OSF1 V4.0 1229 alpha X-SW-Source: 2002-04/txt/msg00446.txt.bz2 List-Id: >Number: 6218 >Category: other >Synopsis: Build hangs on DS10- OSF1 V4.0 1229 alpha >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sun Apr 07 13:16:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: ? >Release: gcc-3.0.4 >Organization: >Environment: Dec-UX v.4.0f Currently installed compiler: Reading specs from /usr/local/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95/specs gcc version 2.95 19990728 (release) >Description: The compile of gcc hangs while compiling parse.c for some sort of java part of gcc. The original make tries to build it with -O2 but that was left churning for 14 hours without returning. Original: gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Ijava -I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include ../../gcc/java/parse.c -o java/parse.o Modified: gcc -c -DIN_GCC -g -O -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Ijava -I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include ../../gcc/java/parse.c -o java/parse.o The modified one compiles in a reasonable amount of time (20 seconds or so). This problem seems to appear with the stock configure/make without any special options. I was able to get around it by stopping the build, going into the gcc directory, running my modified command with -O instead of -O2 and then going back to my objdir and running make again. -Michael >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: