https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121482
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=121165,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=121167
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the documentation has:
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.
(I had filed PR 121167 to say this should be improved too)