On Fri, 1 May 2020 at 18:13, Tom N <nospam@xxxxxxxxxxxxxxx> wrote: > > > On May 1, 2020 at 7:39 AM Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > > > > On Thu, 30 Apr 2020 at 23:58, Tom N <nospam@xxxxxxxxxxxxxxx> wrote:>> > On April 30, 2020 at 5:57 PM Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote:The man page says:"Unlike other similar options, -fsanitize=float-divide-by-zero is not enabled by -fsanitize=undefined" and "Unlike other similar options,-fsanitize=float-cast-overflow is not enabled by -fsanitize=undefined"So it seems reasonable to assume that all the other suboptions are enabled by -fsanitize=undefined, and if you want *all* of them then use -fsanitize=undefined -fsanitize=float-divide-by-zero-fsanitize=float-cast-overflow> Thanks for the tip. Any reason the description of -fsanitize=undefined doesn't include something like, "If the -fsanitize=undefined option is enabled all sub-options will be enabled unless otherwise specified." so it's clear?Probably because nobody has suggested doing that yet. Would you liketo propose a patch for the docs? > > The relevant place is here:https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/doc/invoke.texi;h=527d362533ab503cee9568b27808177977a52ac8;hb=HEAD#l13541 > > I'd be happy to but unfortunately I'm not familiar with git. (I know...). But here's an old-style patch off 8.4 if it helps (attached too): That'll do, thanks. I'll do the rest early next week.