From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28340 invoked by alias); 24 Jan 2002 21:38:53 -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 28314 invoked by uid 61); 24 Jan 2002 21:38:52 -0000 Date: Thu, 24 Jan 2002 13:38:00 -0000 Message-ID: <20020124213852.28313.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mwg@fluffy.isd.dp.ua, nobody@gcc.gnu.org From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mwg@fluffy.isd.dp.ua, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: c/5481: Making Cyclone 0.2 with gcc-3.0.3 compiler produces bad cyclone compiler executable. X-SW-Source: 2002-01/txt/msg00875.txt.bz2 List-Id: Synopsis: Making Cyclone 0.2 with gcc-3.0.3 compiler produces bad cyclone compiler executable. State-Changed-From-To: open->analyzed State-Changed-By: rodrigc State-Changed-When: Thu Jan 24 13:38:51 2002 State-Changed-Why: I could reproduce your problem with gcc 3.0.3. However, the cyclone executable is crashing, not gcc itself. This could be a bug in gcc, but, I am not entirely convinced that the cyclone code is bug free. Can you edit your Makefile.inc file, and change the CFLAGS line to: CFLAGS=-g -w -pedantic You can also change it to: CFLAGS=-g -Wall -pedantic You will get many, many warnings, and the following error: gcc -g -w -pedantic -c -o i686-unknown-linux/src/tcexp.o i686-unknown-linux/src/tcexp.c i686-unknown-linux/src/tcexp.c: In function `Cyc_Tcexp_tcComprehension': i686-unknown-linux/src/tcexp.c:2296: invalid lvalue in unary `&' i686-unknown-linux/src/tcexp.c: In function `Cyc_Tcexp_tcExpNoInst': i686-unknown-linux/src/tcexp.c:2978: invalid lvalue in unary `&' gmake[1]: *** [i686-unknown-linux/src/tcexp.o] Error 1 The AT&T people should try to help you on this. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5481