https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118107

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note there is the following in the documentation about false positive warnings
when enabling -fsanitize=undefined explictly:
```
Note that sanitizers tend to increase the rate of false positive warnings, most
notably those around -Wmaybe-uninitialized. We recommend against combining
-Werror and [the use of] sanitizers.
```

From
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Instrumentation-Options.html#index-fsanitize_003dundefined

Reply via email to