Commit 26ea7e05 by Martin Liska Committed by Martin Liska

Enhance explanation of halt_on_error.

	* doc/invoke.texi: Enhance explanation of error recovery
	of sanitizers.

From-SVN: r236202
parent 623b8e0a
2016-05-13 Martin Liska <mliska@suse.cz> 2016-05-13 Martin Liska <mliska@suse.cz>
* doc/invoke.texi: Enhance explanation of error recovery
of sanitizers.
2016-05-13 Martin Liska <mliska@suse.cz>
* tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style. * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
(struct cost_pair): Change inv_expr_id (int) to inv_expr (struct cost_pair): Change inv_expr_id (int) to inv_expr
(iv_inv_expr_ent *). (iv_inv_expr_ent *).
......
...@@ -10011,9 +10011,8 @@ Even if a recovery mode is turned on the compiler side, it needs to be also ...@@ -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. enabled on the runtime library side, otherwise the failures are still fatal.
The runtime library defaults to @code{halt_on_error=0} for The runtime library defaults to @code{halt_on_error=0} for
ThreadSanitizer and UndefinedBehaviorSanitizer, while default value for ThreadSanitizer and UndefinedBehaviorSanitizer, while default value for
AddressSanitizer is @code{halt_on_error=1}. This can overridden through AddressSanitizer is @code{halt_on_error=1}. This can be overridden through
the following environment variables: @env{ASAN_OPTIONS}, @env{TSAN_OPTIONS}, setting the @code{halt_on_error} flag in the corresponding environment variable.
@env{UBSAN_OPTIONS}.
Syntax without explicit @var{opts} parameter is deprecated. It is equivalent to Syntax without explicit @var{opts} parameter is deprecated. It is equivalent to
@smallexample @smallexample
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment