[Bug c++/24761] [4.0/4.1 Regression] templates and inline-asm and "+"

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 9 20:28:00 GMT 2005



------- 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



More information about the Gcc-bugs mailing list