other/6782: Specifing "-fverbose-asm" option throws ICE.
d.mueller@elsoft.ch
d.mueller@elsoft.ch
Thu May 23 03:56:00 GMT 2002
>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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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=
More information about the Gcc-bugs
mailing list