https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #145 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to Kazumoto Kojima from comment #144) > It seems that all ICEs in the log in c#142 are the pcrel call issues > described in c#129 which could be avoided with the patch 58831. OK, the failure is different now. It fails while building libgomp for stage2: checking for dlfcn.h... mv -f .deps/oacc-mem.Tpo .deps/oacc-mem.Plo yes checking for objdir... .libs checking if /<<PKGBUILDDIR>>/build/./gcc/xgcc -B/<<PKGBUILDDIR>>/build/./gcc/ -B/usr/sh4-linux-gnu/bin/ -B/usr/sh4-linux-gnu/lib/ -isystem /usr/sh4-linux-gnu/include -isystem /usr/sh4-linux-gnu/sys-include -isystem /<<PKGBUILDDIR>>/build/sys-include -fno-checking supports -fno-rtti -fno-exceptions... make[7]: *** [Makefile:806: affinity-fmt.lo] Error 1 make[7]: *** Waiting for unfinished jobs.... no There is no real error message coming from the compiler itself though. Maybe the patches don't fully work with gcc-14? Full log: http://people.debian.org/~glaubitz/gcc-14_with_lra_58831_58832_58833_58836.log.gz