https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119430
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> --- ``` $ /tmp/gcc-bld/./gcc/xgcc -B/tmp/gcc-bld/./gcc/ -B/tmp/gcc-pfx/armv7a-unknown-linux-gnueabihf/bin/ -B/tmp/gcc-pfx/armv7a-unknown-linux-gnueabihf/lib/ -isystem /tmp/gcc-pfx/armv7a-unknown-linux-gnueabihf/include -v Reading specs from /tmp/gcc-bld/./gcc/specs COLLECT_GCC=/tmp/gcc-bld/./gcc/xgcc COLLECT_LTO_WRAPPER=/tmp/gcc-bld/./gcc/lto-wrapper Target: armv7a-unknown-linux-gnueabihf Configured with: /root/git/gcc/configure --build=armv7a-unknown-linux-gnueabihf --host=armv7a-unknown-linux-gnueabihf --target=armv7a-unknown-linux-gnueabihf --disable-analyzer --disable-cet --enable-host-pie --enable-default-pie --enable-host-bind-now --enable-default-ssp --disable-libgomp --disable-libitm --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libstdcxx-pch --disable-libvtv --enable-lto --disable-multilib --disable-nls --disable-objc-gc --disable-systemtap --disable-werror --enable-languages=c,c++,ada --prefix=/tmp/gcc-pfx --enable-checking=yes,extra,rtl --with-libbacktrace --without-isl --with-zstd --with-system-zlib --with-build-config='bootstrap-lto bootstrap-O3' --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.1 20250321 (experimental) (GCC) ```