From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21020 invoked by alias); 17 Dec 2002 01:33:04 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21013 invoked from network); 17 Dec 2002 01:33:02 -0000 Received: from unknown (HELO desire.geoffk.org) (12.235.56.190) by sources.redhat.com with SMTP; 17 Dec 2002 01:33:02 -0000 Received: (from geoffk@localhost) by desire.geoffk.org (8.11.6/8.11.6) id gBH1X0313425; Mon, 16 Dec 2002 17:33:00 -0800 Date: Mon, 16 Dec 2002 17:44:00 -0000 From: Geoff Keating Message-Id: <200212170133.gBH1X0313425@desire.geoffk.org> To: zack@codesourcery.com CC: gcc@gcc.gnu.org In-reply-to: (message from Devang Patel on Mon, 16 Dec 2002 16:37:17 -0800) Subject: Re: basic-improvements merge status References: X-SW-Source: 2002-12/txt/msg00985.txt.bz2 I can't build powerpc-eabisim on mainline now either: gcc -no-cpp-precomp -c -g -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I/Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc -I/Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/. -I/Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/config -I/Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/../include /Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/cse.c -o cse.o In file included from /Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/cse.c:26: /Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/rtl.h:97: parse error before '(' token [hundreds of other errors] That line has a 'GTY(())' on it, which is causing the parse error: somehow GTY is not being defined. -- - Geoffrey Keating