------- Comment #14 from schwab at linux-m68k dot org 2010-06-10 12:42 ------- > asm ("... %2 ... " : "=m" (*p) : "m" (*p), "r" (p));
In this case the compiler should never use a side effect. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44492
schwab at linux-m68k dot org Thu, 10 Jun 2010 05:43:08 -0700
------- Comment #14 from schwab at linux-m68k dot org 2010-06-10 12:42 ------- > asm ("... %2 ... " : "=m" (*p) : "m" (*p), "r" (p));
In this case the compiler should never use a side effect. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44492