Re: RFA: RL78: Fix register constraints in rl78-real.md
> OK to apply ? Ok.
RFA: RL78: Fix register constraints in rl78-real.md
Hi DJ, Compiling a program with one of the real RL78 registers marked as call-used (eg via -fcall-used-ax), can trigger an internal compiler error. Although modifying the ABI in this way may not be a good idea, it is still wrong that the compiler generates an ICE. The patch below fixes