https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103483
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |--- Status|RESOLVED |NEW --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think we should come up with a better plan in general for "flow sensative" warnings really. Maybe only enable them with -O2 and above. But we keep on getting more and more of them where it is only defined at runtime if it is hit. The other thing is not having it in -W -Wall. Or maybe even adding a way (outside of -fsantizer=*) to have runtime checks inside the flow where this happen.