https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98437
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Matthew Malcomson <matma...@gcc.gnu.org>: https://gcc.gnu.org/g:7f2b73175666f678adbf007907c7aa2661284bd3 commit r11-6441-g7f2b73175666f678adbf007907c7aa2661284bd3 Author: Matthew Malcomson <matthew.malcom...@arm.com> Date: Mon Jan 4 12:06:27 2021 +0000 docs: Fix wording describing the hwaddress sanitizer The original documentation added to mention the clash between -fsanitize=address and -fsanitize=hwaddress used confusing wording trying to say that -fsanitize=hwaddress is only available on AArch64. It read as if -fsanitize=address were only supported on AArch64. This patch fixes that wording by being more explicit. gcc/ChangeLog: PR other/98437 * doc/invoke.texi (-fsanitize=address): Fix wording describing clash with -fsanitize=hwaddress.