------- Comment #5 from pinskia at gcc dot gnu dot org  2005-11-09 20:28 -------
For the first time template is instantiated, we get:
__asm__("%0 %1 ":"=r" i:"0" i);

The second time, we get:
__asm__("%0 %1 ":"=r" i:);

Somehow we brought back a bug from 2.95.3 (weird isn't it).


-- 


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

Reply via email to