avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Unable to generate reloads for: error


From: Marlin Unruh
Subject: [avr-gcc-list] Unable to generate reloads for: error
Date: Thu, 12 Apr 2001 07:58:52 -0600

I am getting the following error on a long switch statement. Is it because
the length of the switch? I have 43 case: conditions. The same code would
compile under ICC-AVR. The line number it is groaning about is the last line
of the function, which is right after the end of the switch.


_opcode.c: In function `ExeOpCode':
_opcode.c:196: Unable to generate reloads for:
(jump_insn 1007 1006 1008 (parallel[
            (set (pc)
                (mem/u:HI (plus:HI (reg:HI 24 r24)
                        (label_ref:HI 1009)) 0))
            (use (label_ref 1009))
        ] ) 131 {*tablejump} (insn_list 1000 (nil))
    (expr_list:REG_DEAD (reg:HI 24 r24)
        (expr_list:REG_LABEL (code_label 1009 1008 1010 148 "" [num uses:
2])
            (nil))))
make: *** [_opcode.o] Error 1


Help Wanted!

Marlin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]