https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106370
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:aaf9583d4cf048850b1eb74d25866f45198e35b8 commit r13-1792-gaaf9583d4cf048850b1eb74d25866f45198e35b8 Author: Martin Liska <mli...@suse.cz> Date: Fri Jul 22 09:28:48 2022 +0200 remove 'continue' as last statement in loop PR other/106370 gcc/cp/ChangeLog: * init.cc (sort_mem_initializers): Remove continue as last stmt in a loop. libiberty/ChangeLog: * _doprnt.c: Remove continue as last stmt in a loop.