On Wed, Nov 21, 2012 at 12:21:55PM -0800, H.J. Lu wrote:
> Here is a doc patch.  OK to install?

Yes.

> 2012-11-21  H.J. Lu  <hongjiu...@intel.com>
> 
>       * doc/cpp.texi: Document __SANITIZE_ADDRESS__.
> 
> diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
> index c463e7c..682ee9f 100644
> --- a/gcc/doc/cpp.texi
> +++ b/gcc/doc/cpp.texi
> @@ -2352,6 +2352,10 @@ use.
>  This macro is defined, with value 2, when @option{-fstack-protector-all} is
>  in use.
> 
> +@item __SANITIZE_ADDRESS__
> +This macro is defined, with value 1, when @option{-fsanitize=address} is
> +in use.
> +
>  @item __TIMESTAMP__
>  This macro expands to a string constant that describes the date and time
>  of the last modification of the current source file. The string constant

        Jakub

Reply via email to