https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93731
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:63cc547f6d85819192afa795e9ade14f0800eda9 commit r10-6951-g63cc547f6d85819192afa795e9ade14f0800eda9 Author: Iain Sandoe <i...@sandoe.co.uk> Date: Sun Mar 1 14:40:57 2020 +0000 Darwin, libsanitizer: Adjust minimum supported Darwin version (PR93731). The current imported libsanitizer code produces kernel panics for Darwin 11 (macOS 10.7) and is unsupported for earlier versions already. It is not clear if the current sources are even intended to be supported on Darwin 11, so this patch causes the default to be build without sanitizers for Darwin <= 11. 2020-03-01 Iain Sandoe <i...@sandoe.co.uk> PR sanitizer/93731 * configure.tgt (x86_64-*-darwin*, i?86-*-darwin*): Enable by default only for Darwin versions greater than 12 (macOS 10.8).