https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68052
Trent Piepho changed:
What|Removed |Added
CC||xyzzy at speakeasy dot org
--- Comment
--- Comment #38 from xyzzy at speakeasy dot org 2007-02-27 19:36 ---
(In reply to comment #37)
> now if there is a unwritten rule that "m" operands and variations of them
> cannot be copied anywhere, then it would be very desireable to have a asm
> constraint li
--- Comment #36 from xyzzy at speakeasy dot org 2006-11-08 20:03 ---
(In reply to comment #21)
> asm volatile(""
> : "=m" (*(unsigned int*)(src + 0*stride)),
> "=m" (*(unsigned int*)(src + 1*stride)),
>