https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186
--- Comment #5 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to John David Anglin from comment #3) > I presume you edited pa.opt to enable LRA. Yes. > Would you provide full configure command and relevant environment options. I built with: ./configure --disable-multilib --enable-multiarch --enable-bootstrap --enable-languages=c,c++ && make -j32 I applied the following three Debian patches for proper MultiArch support: https://salsa.debian.org/toolchain-team/gcc/-/blob/gcc-14-debian/debian/patches/g++-multiarch-incdir.diff https://salsa.debian.org/toolchain-team/gcc/-/blob/gcc-14-debian/debian/patches/gcc-multiarch.diff https://salsa.debian.org/toolchain-team/gcc/-/blob/gcc-14-debian/debian/patches/gcc-multilib-multiarch.diff > You might try building with old reload. Can do that later. > My last build of gcc-16 was at revision r16-175-g1c5cf7cc82d. With LRA enabled? > Probably, we will need to bisect this bug. > > I'm currently working on fixing Debian builds of gcc-12 and gcc-13 on hppa. > There is a report that gcc-15 is also broken... OK.