------- Comment #2 from steven at gcc dot gnu dot org  2010-05-10 06:55 -------
Re. comment #1:

(1) For this, there is the noinline attribute, as you already knew.
(2) See the noclone attribute
(3) See the regparm attribute
(4) You could use volatile and things like that, or put the unit in a separate
translation unit.


-- 


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

Reply via email to