This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 401f942bb184a505960ede915c70303186458755 (commit) from 38e59b7d33f511464933ef817110e18d2e12757b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 401f942bb184a505960ede915c70303186458755 Author: Sam James <s...@gentoo.org> Date: Mon Nov 11 07:50:36 2024 +0000 bugs: mention ASAN too Request that reporters try `-fsanitize=address,undefined` rather than just `-fsanitize=undefined` when reporting bugs. We get invalid bug reports which ASAN would've caught sometimes, even if it's less often than where UBSAN would help. diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index c7d2f310..d6556b26 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -52,7 +52,7 @@ try a current release</strong> or development snapshot.</p> with <code>gcc -Wall -Wextra</code> and see whether this shows anything wrong with your code. Similarly, if compiling with <code>-fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations</code> -makes a difference, or if compiling with <code>-fsanitize=undefined</code> +makes a difference, or if compiling with <code>-fsanitize=address,undefined</code> produces any run-time errors, then your code is probably not correct. </p> ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs