From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15623 invoked by alias); 23 May 2002 10:56:05 -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 15570 invoked by uid 71); 23 May 2002 10:56:03 -0000 Resent-Date: 23 May 2002 10:56:03 -0000 Resent-Message-ID: <20020523105603.15569.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, d.mueller@elsoft.ch Received:(qmail 8550 invoked by uid 61); 23 May 2002 10:46:41 -0000 Message-Id:<20020523104640.8547.qmail@sources.redhat.com> Date: Thu, 23 May 2002 03:56:00 -0000 From: d.mueller@elsoft.ch Reply-To: d.mueller@elsoft.ch To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/6782: Specifing "-fverbose-asm" option throws ICE. X-SW-Source: 2002-05/txt/msg00721.txt.bz2 List-Id: >Number: 6782 >Category: other >Synopsis: Specifing "-fverbose-asm" option throws ICE. >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu May 23 03:56:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: d.mueller@elsoft.ch >Release: gcc-3.1 >Organization: >Environment: ix86-linux -> arm-linux cross-compiler >Description: Invoking the cross-compiler arm-linux-gcc without -fverbose-asm works, but adding the "-fverbose-asm" option results in an ICE. >How-To-Repeat: $> arm-linux-gcc -v -c t.i Reading specs from /usr/local/bin/../lib/gcc-lib/arm-linux/3.1/specs Configured with: ../gcc-3.1/configure -v --target=arm-linux --prefix=/usr/local/ --enable-languages=c --disable-threads --with-gnu-as --with-as=/usr/local/bin/arm-linux-as --with-gnu-ld --with-ld=/usr/local/bin/arm-linux-ld Thread model: single gcc version 3.1 /usr/local/bin/../lib/gcc-lib/arm-linux/3.1/cc1 -fpreprocessed t.i -quiet -dumpbase t.i -version -o /tmp/ccTcyyXb.s GNU CPP version 3.1 (cpplib) (ARM GNU/Linux with ELF) GNU C version 3.1 (arm-linux) compiled by GNU C version 2.95.3 20010315 (release). /usr/local/bin/arm-linux-as -o t.o /tmp/ccTcyyXb.s $> arm-linux-gcc -fverbose-asm -v -c t.i Reading specs from /usr/local/bin/../lib/gcc-lib/arm-linux/3.1/specs Configured with: ../gcc-3.1/configure -v --target=arm-linux --prefix=/usr/local/ --enable-languages=c --disable-threads --with-gnu-as --with-as=/usr/local/bin/arm-linux-as --with-gnu-ld --with-ld=/usr/local/bin/arm-linux-ld Thread model: single gcc version 3.1 /usr/local/bin/../lib/gcc-lib/arm-linux/3.1/cc1 -fpreprocessed t.i -quiet -dumpbase t.i -version -fverbose-asm -o /tmp/cc9NP9Zu.s GNU CPP version 3.1 (cpplib) (ARM GNU/Linux with ELF) GNU C version 3.1 (arm-linux) compiled by GNU C version 2.95.3 20010315 (release). t.c: In function `main': t.c:5: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. >Fix: Don't use -fverbose-asm ;-) >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: application/octet-stream; name="t.i" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="t.i" IyAxICJ0LmMiDQojIDEgIjxidWlsdC1pbj4iDQojIDEgIjxjb21tYW5kIGxpbmU+Ig0KIyAxICJ0 LmMiDQppbnQNCm1haW4oaW50IGFyZ2MsIGNoYXIgKmFyZ3ZbXSkNCnsNCiAgICAgICAgcmV0dXJu IDA7DQp9DQo=