Hi,
Alan Modra wrote:
> I was forwarded a testcase today containing some horrible asm
>
> asm ("addc %0, %2, %3\n\t"
> "adde %1, %4, %5"
> : "=r" (lo), "=r" (hi)
> : "%r" (__lo), "0" (lo), "%r" (__hi), "1" (hi))
I have a patch to fix this problem, but I have to update and test it again.
bye, Roman