From: Martin Liska Date: Fri, 13 May 2016 11:12:35 +0000 (+0200) Subject: Enhance explanation of halt_on_error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26ea7e05231928b7a175943fc7261d4529609bb7;p=gcc.git Enhance explanation of halt_on_error. * doc/invoke.texi: Enhance explanation of error recovery of sanitizers. From-SVN: r236202 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93ecfc99251..098da0a2320 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-13 Martin Liska + + * doc/invoke.texi: Enhance explanation of error recovery + of sanitizers. + 2016-05-13 Martin Liska * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1176d1260e9..8f35f470360 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10011,9 +10011,8 @@ Even if a recovery mode is turned on the compiler side, it needs to be also enabled on the runtime library side, otherwise the failures are still fatal. The runtime library defaults to @code{halt_on_error=0} for ThreadSanitizer and UndefinedBehaviorSanitizer, while default value for -AddressSanitizer is @code{halt_on_error=1}. This can overridden through -the following environment variables: @env{ASAN_OPTIONS}, @env{TSAN_OPTIONS}, -@env{UBSAN_OPTIONS}. +AddressSanitizer is @code{halt_on_error=1}. This can be overridden through +setting the @code{halt_on_error} flag in the corresponding environment variable. Syntax without explicit @var{opts} parameter is deprecated. It is equivalent to @smallexample