------- Comment #26 from jakub at gcc dot gnu dot org  2010-02-15 21:09 -------
Addressability is recomputed several times.  What you probably want is mark the
decl with the used attribute (i.e. add "used" attribute to it, set TREE_USED
(decl) = 1 and DECL_PRESERVE_P (decl) = 1).


-- 


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

Reply via email to