From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16198 invoked by alias); 13 Mar 2003 09:46: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 16050 invoked by uid 71); 13 Mar 2003 09:46:04 -0000 Resent-Date: 13 Mar 2003 09:46:04 -0000 Resent-Message-ID: <20030313094604.16049.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, shibuya@bu-denken.co.jp Received: (qmail 15843 invoked by uid 48); 13 Mar 2003 09:38:43 -0000 Message-Id: <20030313093843.15842.qmail@sources.redhat.com> Date: Thu, 13 Mar 2003 09:46:00 -0000 From: shibuya@bu-denken.co.jp Reply-To: shibuya@bu-denken.co.jp To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c/10058: gcc is crashed on compiling gcc X-SW-Source: 2003-03/txt/msg00763.txt.bz2 List-Id: >Number: 10058 >Category: c >Synopsis: gcc is crashed on compiling gcc >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Mar 13 09:46:01 UTC 2003 >Closed-Date: >Last-Modified: >Originator: SHIBUYA Katsutoshi >Release: 3.2.2 >Organization: >Environment: >Description: I'm creating a cross-compiler for arm-linux target on darwin (MacOSX) using gcc-3.2.2 I compiled and installed gcc-3.2.2 for darwin as follows; % mkdir build_gcc_darwin % cd build_gcc_darwin % ../gcc-3.2.2/configure % make % sudo make install Then I compiled cross-compiler as follows; % mkdir build_gcc_arm % cd build_gcc_arm % ../gcc-3.2.2/configure --target=arm-linux --prefix=$HOME/work/Armadillo/darwin --with-local-prefix=$HOME/work/Armadillo --enable-languages=c,c++ --disable-libgcj % make And after compiling some codes the gcc crashed saying; gcc -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototyp es -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/c onfig -I../../gcc-3.2.2/gcc/../include -c insn-extract.c ¥ -o insn-extract.o gcc: Internal error: Illegal instruction (program cc1) Please submit a full bug report. See for instructions. make[1]: *** [insn-extract.o] Error 1 make: *** [all-gcc] Error 2 I reproduced it many times so it does not look like a hardware trouble. What additional information can I send you? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: