heck.c:195: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: Internal compiler error: unrecognizable insn
Product: gcc
--- Comment #1 from terminatorul at gmail dot com 2007-03-25 19:17 ---
Created an attachment (id=13284)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13284&action=view)
C source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31347
onent: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: terminatorul at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39398
--- Comment #1 from terminatorul at gmail dot com 2009-03-08 03:56 ---
Created an attachment (id=17417)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17417&action=view)
Source file to compile
This is the file used on the command line
--
http://gcc.gnu.org/b
--- Comment #2 from terminatorul at gmail dot com 2009-03-08 03:58 ---
Created an attachment (id=17418)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17418&action=view)
File referenced in the error output
This is the other file referenced in the error output
--
--- Comment #3 from terminatorul at gmail dot com 2009-03-11 20:15 ---
If I compile gcc without an -O option in my CFALGS/CXXFLAGS than it works fine
and I could install gcc 4.3.3
If I compile with -O2 instead of -O3 in my CFLAGS it would still not work.
I tried to bootstrap again
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39398
--- Comment #5 from Timothy Madden ---
Sorry but I can no longer test this to confirm