https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87028
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=81704 --- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> --- See also bug 81704 for another problem the early folding causes (though deferring the folding only until the next statement in the basic block can be reached, which is all it takes to suppress the false positive, won't solve that bug).