------- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-17 10:33 -------
I think the inline-asm is wrong.
asm volatile ("movb %%fs:%1,%0":"=r" (v):"m"(*(unsigned char *) addr)
);
"=r" is wrong here.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |inline-asm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35963
