From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17328 invoked by alias); 19 Aug 2002 15:56:03 -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 17277 invoked by uid 71); 19 Aug 2002 15:56:03 -0000 Resent-Date: 19 Aug 2002 15:56:03 -0000 Resent-Message-ID: <20020819155603.17276.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Panagiotis Issaris Received: (qmail 10384 invoked from network); 19 Aug 2002 15:49:18 -0000 Received: from unknown (HELO mail.cc.kuleuven.ac.be) (134.58.10.6) by sources.redhat.com with SMTP; 19 Aug 2002 15:49:17 -0000 Received: from localhost.localdomain (hobbes.mech.kuleuven.ac.be [134.58.24.100]) by mail.cc.kuleuven.ac.be (8.9.3/8.9.0) with ESMTP id RAA83634 for ; Mon, 19 Aug 2002 17:49:16 +0200 Message-Id: <1029772142.24540.155.camel@takis> Date: Mon, 19 Aug 2002 10:46:00 -0000 From: Panagiotis Issaris To: gcc-gnats@gcc.gnu.org Subject: bootstrap/7635: GCC 3.2 crashes during GCC 3.2 compilation X-SW-Source: 2002-08/txt/msg00382.txt.bz2 List-Id: >Number: 7635 >Category: bootstrap >Synopsis: GCC 3.2 crashes during GCC 3.2 compilation >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Mon Aug 19 08:56:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Panagiotis Issaris >Release: 3.2 >Organization: KUL >Environment: System: Linux takis 2.4.18 #17 Wed Aug 14 10:39:43 CEST 2002 i686 unknown Architecture: i686 Intel(R) Pentium(R) 4 Mobile CPU 1.70GHz stepping 4 Debian GNU/Linux Woody 3.0 Linux takis 2.4.18 #17 Wed Aug 14 10:39:43 CEST 2002 i686 unknown gcc (GCC) 3.2 GNU objdump 2.12.90.0.1 20020307 Debian/GNU Linux host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: /home/takis/asm/gcc-3.2/configure --prefix=/usr/local/gcc-3.2 >Description: When compiling GCC 3.2 with GCC-3.2 on a x86 host for a PowerPC target, GCC 3.2 crashes. The following commandline was used: ../gcc-3.2/configure --target=powerpc-eabi --prefix=/usr/local/gcc-3.2-ppc --without-headers --with-newlib 2>&1 | tee configure.log make all-gcc install-gcc 2>&1 | tee make.log Please note that gccbug automatically included info about the choosen target in the "Environment" section, which is incorrect. It shows an incorrect configure commandline and an incorrect target. >How-To-Repeat: Command triggering the GCC crash: /home/takis/asm/gcc-build-ppc/gcc/xgcc -B/home/takis/asm/gcc-build-ppc/gcc/ -nostdinc -B/home/takis/asm/gcc-build-ppc/powerpc-eabi/newlib/ -isystem /home/takis/asm/gcc-build-ppc/powerpc-eabi/newlib/targ-include -isystem /home/takis/asm/gcc-3.2/newlib/libc/include -B/usr/local/gcc-3.2-ppc/powerpc-eabi/bin/ -B/usr/local/gcc-3.2-ppc/powerpc-eabi/lib/ -isystem /usr/local/gcc-3.2-ppc/powerpc-eabi/include -S tmp-dum.c -save-temps Contents of tmp-dum.c: int xxy_us_dummy; Contents of tmp-dum.i: # 1 "tmp-dum.c" # 1 "" # 1 "" # 1 "tmp-dum.c" int xxy_us_dummy; >Fix: >Release-Note: >Audit-Trail: >Unformatted: