https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46476
--- Comment #27 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Richard Biener from comment #25) > Created attachment 51878 [details] > -Wunreachable-code-return at GIMPLE lowering time ... > At least this patch passes bootstrap and would have found one real issue > but not the problematic dead "looping" stmts. I was mistaken. The patch runs into some of the same stray return/gcc_unreachable stmts as the other patch, even some more.