https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65891
James Legg <jlegg at feralinteractive dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jlegg at feralinteractive dot com --- Comment #7 from James Legg <jlegg at feralinteractive dot com> --- (In reply to Kai Tietz from comment #3) > For C++ delayed folding this issue won't be warned anymore, as for it sizeof > isn't folded early. With -fsanitize=integer-divide-by-zero, the spurious warning is still issued in C++.