On Thu, Sep 19, 2013 at 7:36 AM, Marek Polacek <pola...@redhat.com> wrote: > __attribute__((used)) is meant to be used only on VAR_DECLs that are > TREE_STATIC, but the documentation does not say that. Thus fixed. > > Ok? > > 2013-09-19 Marek Polacek <pola...@redhat.com> > > PR other/58467 > * doc/extend.texi: Document that attribute used is meant to be used > on variables with static storage duration.
This is OK. Thanks. Ian