[Bug middle-end/32004] [4.3 regression] : gcc.target/i386/pr21291.c

bonzini at gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 21 07:49:00 GMT 2007



------- Comment #11 from bonzini at gnu dot org  2007-05-21 08:48 -------
Micha, do you mean transforming (while expanding to RTL)

  asm ("": "=mr" (inout_2) : "0" (inout_1));

to

  inout_2 = inout_1;
  asm ("": "=mr" (inout_2) : "0" (inout_2));

?

That shouldn't be too hard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32004



More information about the Gcc-bugs mailing list