This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What do do with the exceptional case of expand_case for SJLJ exceptions
On 05/14/12 12:59, DJ Delorie wrote:
>> > For rl78 there is a comment in gcc/config/rl78/rl78.h that suggests
>> > there should be a tablejump insn, but it's not there.
> The only unconditional branches rl78 has are immediate and
> register-indirect, i.e. "BR $label" and "BR AX".
>
The later is certainly how tablejump would be implemented.
r~