Created attachment 56324 [details] Temp file with ICE error CFLAGS: -std=c2x -O2 -ml -m4-single-only -ffast-math -mfsrra -mfsca -matomic-model=soft-imask -ftls-model=local-exec -mlra -fomit-frame-pointer -fno-builtin ICE: ghettoplay.c:220:1: error: insn does not satisfy its constraints: 220 | } | ^ (insn 605 604 269 15 (parallel [ (set (reg:SF 65 fr1 [477]) (reg:SF 0 r0 [478])) (use (reg:SI 154 fpscr0)) (clobber (scratch:SI)) ]) "ghettoplay.c":155:9 214 {movsf_ie} (expr_list:REG_DEAD (reg:SF 0 r0 [478]) (nil))) during RTL pass: cprop_hardreg ghettoplay.c:220:1: internal compiler error: in extract_constrain_insn, at recog.cc:2692
Missed adding -mlra in CFLAGS
Both issues are the same underlying issue. *** This bug has been marked as a duplicate of bug 112115 ***