aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-31 21:06:13 +0000
committerSam James <sam@gentoo.org>2024-11-11 07:44:41 +0000
commit8f791fac1419a5dc663abd5091cf4db409539b33 (patch)
tree94d0f913f8f22bfef538e7ce56e1762d2f102453 /gcc
parentb433140a6cb40acedb2e6cb43c4e5a388e33f805 (diff)
downloadgcc-8f791fac1419a5dc663abd5091cf4db409539b33.zip
gcc-8f791fac1419a5dc663abd5091cf4db409539b33.tar.gz
gcc-8f791fac1419a5dc663abd5091cf4db409539b33.tar.bz2
doc: install: document bootstrap-ubsan
gcc/ChangeLog: PR other/116948 * doc/install.texi (Building a native compiler): Mention bootstrap-ubsan.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b562b0f..d1fc722 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3147,6 +3147,10 @@ Compiles GCC itself using HWAddress Sanitization in order to catch invalid
memory accesses within the GCC code. This option is only available on AArch64
systems that are running Linux kernel version 5.4 or later.
+@item @samp{bootstrap-ubsan}
+Compiles GCC itself using Undefined Behavior Sanitization in order to catch
+undefined behavior within the GCC code.
+
@end table
@section Building a cross compiler