This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c/9181: Compiler crashes on inline assembly with internal error
- From: mtaylor at fit dot edu
- To: gcc-gnats at gcc dot gnu dot org
- Date: 6 Jan 2003 05:26:24 -0000
- Subject: c/9181: Compiler crashes on inline assembly with internal error
- Reply-to: mtaylor at fit dot edu
>Number: 9181
>Category: c
>Synopsis: Compiler crashes on inline assembly with internal error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jan 05 21:36:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: mtaylor@fit.edu
>Release: gcc-3.2.1
>Organization:
>Environment:
Linux: Slackware 8.1, stock install
$ gcc -v
Configured with: ../gcc-3.2.1/configure --prefix=/usr --enable-shared --enable-t
hreads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --
target=i386-slackware-linux --host=i386-slackware-linux
Thread model: posix
>Description:
The compiler crashes on an inline function which uses inline assembly. The C++ compiler does not crash on this code and is my work-around.
>How-To-Repeat:
gcc -c lsb.c
>Fix:
g++ -c lsb.c
>Release-Note:
>Audit-Trail:
>Unformatted: