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]

unrecognizable insn



gcc version egcs-2.91.57 19980901 (egcs-1.1 release)

when compiling a C++ program, the following error is produced
when I try to use the -O flag to enable optimization. line 265 is
the end of the function (the very last brace). what does this error mean?


start.cc:265: internal error--unrecognizable insn:
(insn 615 4281 616 (set (reg:SI 107)
        (mem/s:SI (plus:SI (mem:SI (reg:SI 631))
                (const_int 20)))) -1 (insn_list 4281 (nil))
    (expr_list:REG_DEAD (reg:SI 631)
        (nil)))
toplev.c:1360: Internal compiler error in function fatal_insn


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