------- Comment #7 from pinskia at gcc dot gnu dot org  2007-11-21 20:42 -------
Oh you are not storing to RunTsk but to r25 so your constraints are incorrect
still.
Try:
asm volatile("mov       r25, %0" : : "r" (RunTsk):"r25");

This still makes the bug invalid.


-- 


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

Reply via email to