https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:c71616c8cc975636315f55f1d47b53a89862c586 commit r13-9577-gc71616c8cc975636315f55f1d47b53a89862c586 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Dec 9 14:17:39 2024 +0100 docs: Clarify -fsanitize=hwaddress target support [PR117960] Since GCC 13 -fsanitize=hwaddress is not supported just on AArch64, but also on x86_64 (but only with -mlam=u48 or -mlam=u57). 2024-12-09 Jakub Jelinek <ja...@redhat.com> PR sanitizer/117960 * doc/invoke.texi (fsanitize=hwaddress): Clarify on which targets it is supported. (cherry picked from commit 2e958291ff68d9bff1092895a14b6763de56823b)