This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/9181: Compiler crashes on inline assembly with internal error


>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]