bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Assembler Crash


From: John Worley
Subject: Assembler Crash
Date: Fri, 02 Nov 2001 15:13:16 -0700

    The assembly input:

        .section .text, "ax", "progbits"

        .type t,@function

t:
        { .mli
                nop     0x0
                nop 0x0
        } ;;

    Causes the following crash in both gcc 2.96 and 3.01:

Reading specs from /usr/local/lib/gcc-lib/ia64-unknown-linux/3.0.1/specs
Configured with: ../gcc-3.0.1/configure --enable-languages=c,c++,f77
Thread model: single
gcc version 3.0.1
 as --traditional-format -x -o foo.o foo.s
gcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

    After some testing, the culprit seems to be the nop in the L slot.

        Regards,
        John Worley
        address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]