https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114175
--- Comment #64 from Sam James <sjames at gcc dot gnu.org> --- I think the bug was kept open for other targets to check if they needed adaptation. jakub's guess in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114175#c24 said: > aarch64, alpha, arc, maybe arm, csky, maybe epiphany, maybe fr30, maybe frv, > maybe ft32, ia64, loongarch, maybe m32r, maybe mcore, mips, mmix, maybe > nds32, nios2, riscv, maybe rs6000, maybe sh, visium need similar fix. rs6000 is done, alpha is done, loong is done, arc is done, riscv is done, csky is done, epiphany is done, ft32 is done, m32r is done, nds32 is done, nios2 is done, visium is done, mips is done. aarch64 seems unaffected. That means we need to check: * frv * mcore * mmix * sh I think?