https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77558
--- Comment #4 from Christophe Lyon <clyon at gcc dot gnu.org> --- (In reply to Tom de Vries from comment #2) > Fails for arm as well (as mentioned here: > > The failure is different, but the root cause is the same. Also the ICE > already appears before the patch introducing the test-case was committed. > > Applying the patch from comment 1 fixes this as well. Indeed the same patch fixes the ICE on arm. Thanks.