From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2281 invoked by alias); 15 May 2003 00:36:01 -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 2262 invoked by uid 71); 15 May 2003 00:36:01 -0000 Date: Thu, 15 May 2003 00:36:00 -0000 Message-ID: <20030515003601.2257.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: target/9945: [x86 -> mn10020] ultra trivial file (10 lines) causes internal compiler error Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01739.txt.bz2 List-Id: The following reply was made to PR target/9945; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, emmanuel.michon@m4x.org, nobody@gcc.gnu.org Cc: Subject: Re: target/9945: [x86 -> mn10020] ultra trivial file (10 lines) causes internal compiler error Date: Wed, 14 May 2003 17:32:50 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=9945 Hello, well given that mn10200-elf is an obsolete target, and will be removed from gcc 3.4, I'm not too surprised. Anyhow, gcc 3.3 won't even go so far as to build cc1: /usr/bin/gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include insn-conditions.c insn-conditions.c:89: braced-group within expression allowed only inside a function insn-conditions.c:89: request for member `rtx' in something not a structure or union insn-conditions.c:89: initializer element is not constant insn-conditions.c:89: (near initialization for `insn_conditions[7].value') insn-conditions.c:89: parse error before ')' token insn-conditions.c:89: `__s2_len' undeclared here (not in a function) insn-conditions.c:89: warning: excess elements in struct initializer So it doesn't look like this bug will get fixed anytime soon. Dara