http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56446
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |tree-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-02-25 19:48:18 UTC --- Basically we have to stop copy-proping for ADDR_EXPR of weak_ref/weak decls. I don't think we want to special case them really.