https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032
--- Comment #19 from Filip Kastl <pheeck at gcc dot gnu.org> --- (In reply to Andreas Schwab from comment #17) > r15-6120-g56946c801a7cf3 is causing out-of-memory when compiling > insn-attrtab.cc in a cross riscv64 build on 32-bit x86. > > https://build.opensuse.org/package/live_build_log/devel:gcc:next/gcc15:cross- > riscv64-elf-gcc15/openSUSE_Tumbleweed/i586 I remember moving some deallocation statements around in that patch so maybe I introduced some memory leak. Will look at that. Thanks for letting me know!