2011/6/9 Georg-Johann Lay :
> This patch fixes a thinko in avr_function_arg_advance.
>
> Without the patch, following code will report false positive for
> passing args in fixed regs like:
>
> error: Register r0 is needed to pass a parameter but is fixed
> error: Register r1 is needed to pass a par
This patch fixes a thinko in avr_function_arg_advance.
Without the patch, following code will report false positive for
passing args in fixed regs like:
error: Register r0 is needed to pass a parameter but is fixed
error: Register r1 is needed to pass a parameter but is fixed
This is the code: