commutative asm operands

Roman Zippel zippel@linux-m68k.org
Sat Aug 3 14:19:00 GMT 2002


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



More information about the Gcc mailing list