[Bug objc/43061] 47 new GCC HEAD@156527 regressions

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Feb 15 21:09:00 GMT 2010



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



More information about the Gcc-bugs mailing list