------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-09 
01:54 -------
Another way to fix this is to add that this inline-asm clobers memory, aka:
  asm volatile ("call g" :: "a" (&k):"memory");


-- 


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

Reply via email to