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: docs for 'register' keyword


Geoffrey Keating wrote:-

> +@item
> +When @option{-O0} is in use, the compiler allocates distinct stack
> +memory for all variables that do not have the @code{register}
> +storage-class specifier; if @code{register} is specified, the variable
> +may have a shorter lifespan than the code would indicate and may never
> +be placed in memory.

Hi Geoff;

I find the bit after the ';' here confusing; I'm not sure what it's
trying to say.  Does "may never" mean "must never"?  Is it clearer to put
"it implies" in front of "the variable"?

If I've misunderstood; I hope it shows where the sentence is unclear.

Neil.


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