From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27224 invoked by alias); 20 Aug 2002 16:06:07 -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 27149 invoked by uid 71); 20 Aug 2002 16:06:05 -0000 Resent-Date: 20 Aug 2002 16:06:05 -0000 Resent-Message-ID: <20020820160605.27147.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, wharms@bfs.de Received: (qmail 25469 invoked by uid 61); 20 Aug 2002 16:02:35 -0000 Message-Id: <20020820160235.25468.qmail@sources.redhat.com> Date: Tue, 20 Aug 2002 09:06:00 -0000 From: wharms@bfs.de Reply-To: wharms@bfs.de To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c/7657: gcc.2.95.2 -O2 (for alpha) loops endless in java/parse.c X-SW-Source: 2002-08/txt/msg00408.txt.bz2 List-Id: >Number: 7657 >Category: c >Synopsis: gcc.2.95.2 -O2 (for alpha) loops endless in java/parse.c >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Aug 20 09:06:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: wharms@bfs.de >Release: unknown-1.0 >Organization: >Environment: linux.2.2.12 gcc version 2.95.2 compiling gcc-3.2 >Description: gcc2.95 has a problem with java/parse.c compiling with option -O2 causes cc1 to loop. removing -O2 solved the problem (for me) /* original */ gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing -prototypes -DHAVE_CONFIG_H -I. -Ijava -I. -I./java -I./config -I./../inclu de java/parse.c -o java/parse.o >How-To-Repeat: >Fix: remove the -O2 for parse.o in the makefile maybe somebody can patch 2.95 because the version is often used. >Release-Note: >Audit-Trail: >Unformatted: