[Bug c/12835] New: internal compiler error: Illegal instruction

peterh at sapros dot com gcc-bugzilla@gcc.gnu.org
Thu Oct 30 02:28:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12835

           Summary: internal compiler error: Illegal instruction
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peterh at sapros dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-freebsd5.1
  GCC host triplet: i686-pc-freebsd5.1
GCC target triplet: i686-pc-freebsd5.1

Trying to compile xlife from ports/games/xlife gave me this error:

button.c:97: internal compiler error: Illegal instruction

It seems to work ok if I remove the -O from the command-line.

GCC:
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.1 [FreeBSD]

System:
FreeBSD 5.1-CURRENT (From CVS 9/21/03)

Options:
Whatever the standard gcc building options were for FreeBSD.

Command-Line:
cc -O  -pipe -mcpu=pentiumpro -mcpu=pentiumpro     -I/usr/X11R6/include   
-DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO    -DDIR=\"/usr/X11R6/lib/X11/xlife\"
-c button.c

Compiler Output:
button.c: In function `Button':
button.c:97: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed File:
(I'll add an attachment).



More information about the Gcc-bugs mailing list