This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Amend attribute used documentation (PR other/58467)


On Thu, Sep 19, 2013 at 7:36 AM, Marek Polacek <polacek@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  <polacek@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]