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]

Re: bct_p *is* used in loop.c:strength_reduction



> `unused'
>      This attribute, attached to a variable, means that the variable is
>      meant to be possibly unused.  GNU CC will not produce a warning
>      for this variable.
> 
> I do not know what "meant to be possibly" is intended to convey.  This is
> intended for cases where some compilations will not use the variable?

In practice, it just says "don't warn if this variable is unused" and
the description should say so.


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