https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106370
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- The use in cp/init.cc also seemed reasonable to me; the loop body had two blocks starting with a label and ending with continue; that one of them happened to be the last statement of the block was coincidence. But removing it is also fine, I guess.