https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93202
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 47614 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47614&action=edit gcc10-pr93202.patch Untested fix for the ICE (and a typo I found too), fixes it in the cross-compiler, don't have access to anything where I could bootstrap it though. Though, as it changes gcc_unreachable () into something else, it shouldn't really break stuff that wasn't already broken.