Hi Marek,

On Sun, 13 Jul 2014, Marek Polacek wrote:
> --- gcc/doc/invoke.texi
> +++ gcc/doc/invoke.texi
> @@ -5477,6 +5477,12 @@ This option enables instrumentation of array bounds.  
> Various out of bounds
>  accesses are detected.  Flexible array members and initializers of variables
>  with static storage are not instrumented.
>  
> +@item -fsanitize=object-size
> +@opindex fsanitize=object-size
> +This option enables instrumentation of memory references using the
> +@code{__builtin_object_size} function.  Various out of bounds pointer
> +accesses are detected.

I believe this should be "out-of-bounds" and, yes, there is a variant
without the dashes just above your patch already which would be good
to adjust as well.

(Best let's see what a native speaker suggests.)

Thanks,
Gerald

Reply via email to