Committed as obvious: Rev. 205336. Tobias
2013-11-24 Tobias Burnus <bur...@net-b.de>
* doc/invoke.texi (-fsanitize=leak): Add link to the wiki page. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f00bbf2..1afc9e3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5279,3 +5279,4 @@ Memory access instructions will be instrumented to detect data race bugs. -See @uref{http://code.google.com/p/data-race-test/wiki/ThreadSanitizer} for more details. +See @uref{http://code.google.com/p/data-race-test/wiki/ThreadSanitizer} for +more details. @@ -5287,3 +5288,5 @@ This option only matters for linking of executables and if neither case it will link the executable against a library that overrides @code{malloc} -and other allocator functions. +and other allocator functions. See +@uref{https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer} for more +details.