https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475
--- Comment #24 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Segher Boessenkool <seg...@gcc.gnu.org>: https://gcc.gnu.org/g:bab581381681813ab3ccd007195777c1f816e656 commit r11-3205-gbab581381681813ab3ccd007195777c1f816e656 Author: Segher Boessenkool <seg...@kernel.crashing.org> Date: Mon Sep 14 18:19:47 2020 +0000 bb-reorder: Fix for ICEs caused by 69ca5f3a9882 After the previous patch we are left with an unreachable BB. This will ICE if either we have -fschedule-fusion, or we do not have peephole2. 2020-09-15 Segher Boessenkool <seg...@kernel.crashing.org> PR rtl-optimization/96475 * bb-reorder.c (duplicate_computed_gotos): If we did anything, run cleanup_cfg.