public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12835] New: internal compiler error: Illegal instruction
@ 2003-10-30  2:28 peterh at sapros dot com
  2003-10-30  4:10 ` [Bug c/12835] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: peterh at sapros dot com @ 2003-10-30  2:28 UTC (permalink / raw)
  To: gcc-bugs

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).


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/12835] internal compiler error: Illegal instruction
  2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
@ 2003-10-30  4:10 ` pinskia at gcc dot gnu dot org
  2003-10-30  4:10 ` peterh at sapros dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  4:10 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-30 04:10:21
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-30 04:10 -------
I cannot reproduce it, are you sure that your memory is not bad?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/12835] internal compiler error: Illegal instruction
  2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
  2003-10-30  4:10 ` [Bug c/12835] " pinskia at gcc dot gnu dot org
@ 2003-10-30  4:10 ` peterh at sapros dot com
  2003-10-30  4:42 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: peterh at sapros dot com @ 2003-10-30  4:10 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From peterh at sapros dot com  2003-10-30 02:28 -------
Created an attachment (id=5019)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5019&action=view)
preprocced file that causes internal error


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/12835] internal compiler error: Illegal instruction
  2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
  2003-10-30  4:10 ` [Bug c/12835] " pinskia at gcc dot gnu dot org
  2003-10-30  4:10 ` peterh at sapros dot com
@ 2003-10-30  4:42 ` pinskia at gcc dot gnu dot org
  2003-11-02 19:19 ` peterh at sapros dot com
  2003-11-02 19:27 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  4:42 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-30 04:10 -------
I cannot reproduce it, are you sure that your memory is not bad?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/12835] internal compiler error: Illegal instruction
  2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
                   ` (2 preceding siblings ...)
  2003-10-30  4:42 ` pinskia at gcc dot gnu dot org
@ 2003-11-02 19:19 ` peterh at sapros dot com
  2003-11-02 19:27 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: peterh at sapros dot com @ 2003-11-02 19:19 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From peterh at sapros dot com  2003-11-02 19:19 -------
I'm pretty sure it was a hardware problem now. Even if I rebooted and did some
of the tests mentioned on the SIG11 page (http://www.bitwizard.nl/sig11/), it
would always die in the same place. But that doc did suggest that you can have
problems if you IDE cable is too long and I had just installed a new drive with
a longer IDE cable. I switched back to the old cable and I'm not getting the
compiler error anymore.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/12835] internal compiler error: Illegal instruction
  2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
                   ` (3 preceding siblings ...)
  2003-11-02 19:19 ` peterh at sapros dot com
@ 2003-11-02 19:27 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: falk at debian dot org @ 2003-11-02 19:27 UTC (permalink / raw)
  To: gcc-bugs

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From falk at debian dot org  2003-11-02 19:27 -------
Let's close it, then.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-11-02 19:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30  2:28 [Bug c/12835] New: internal compiler error: Illegal instruction peterh at sapros dot com
2003-10-30  4:10 ` [Bug c/12835] " pinskia at gcc dot gnu dot org
2003-10-30  4:10 ` peterh at sapros dot com
2003-10-30  4:42 ` pinskia at gcc dot gnu dot org
2003-11-02 19:19 ` peterh at sapros dot com
2003-11-02 19:27 ` falk at debian dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).