From: Sandra Loosemore Date: Mon, 10 Mar 2025 16:59:36 +0000 (+0000) Subject: Sanitizer: Fix typo in previous documentation patch. X-Git-Tag: basepoints/gcc-16~1623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85b46d0795ac76bc192cb8f88b646a647acf98c1;p=thirdparty%2Fgcc.git Sanitizer: Fix typo in previous documentation patch. gcc/ChangeLog * doc/invoke.texi (Instrumentation Options): Fix typo introduced in commit 313edeeeb607fe32da5633cfb6f91977add446f6. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3781697ae55..853cb346dd6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -17864,7 +17864,7 @@ The option cannot be combined with @option{-fsanitize=thread} or (only with @code{-mlam=u48} or @code{-mlam=u57} options) and AArch64, in both cases only in ABIs with 64-bit pointers. -When compiling with @option{-fsanitize=address}, you should also also +When compiling with @option{-fsanitize=address}, you should also use @option{-g} to produce more meaningful output. To get more accurate stack traces, it is possible to use options such as @option{-O0}, @option{-O1}, or @option{-Og} (which, for instance, prevent