https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116948
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 commit r15-5076-g00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 Author: Sam James <s...@gentoo.org> Date: Thu Oct 31 21:09:32 2024 +0000 doc: install: document UBSAN_OPTIONS Explain that 'bootstrap-ubsan' won't abort on errors by default and how to override that by setting UBSAN_OPTIONS. gcc/ChangeLog: PR other/116948 * doc/install.texi (Building a native compiler): Document UBSAN_OPTIONS.