https://gcc.gnu.org/g:85b46d0795ac76bc192cb8f88b646a647acf98c1
commit r15-7930-g85b46d0795ac76bc192cb8f88b646a647acf98c1 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Mon Mar 10 16:59:36 2025 +0000 Sanitizer: Fix typo in previous documentation patch. gcc/ChangeLog * doc/invoke.texi (Instrumentation Options): Fix typo introduced in commit 313edeeeb607fe32da5633cfb6f91977add446f6. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3781697ae55f..853cb346dd67 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