https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118164
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org Keywords| |wrong-code --- Comment #3 from Sam James <sjames at gcc dot gnu.org> --- I can reproduce it on arm with: ``` Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv7a-unknown-linux-gnueabihf/15/lto-wrapper Target: armv7a-unknown-linux-gnueabihf Configured with: /var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/configure --host=armv7a-unknown-linux-gnueabihf --build=armv7a-unknown-linux-gnueabihf --prefix=/usr --bindir=/usr/armv7a-unknown-linux-gnueabihf/gcc-bin/15 --includedir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/15/include --datadir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/15 --mandir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/15/man --infodir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/15/info --with-gxx-include-dir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/armv7a-unknown-linux-gnueabihf/15/python --enable-objc-gc --enable-languages=c,c++,d,objc,obj-c++,fortran,ada,m2,rust --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=yes,extra,rtl --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.0.9999 p, commit f98ac56e7c38e054392b38f427cbfb04acf07c8f' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --with-float=hard --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --enable-libgomp --disable-libssp --enable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --with-isl --disable-isl-version-check --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config=bootstrap-lto Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.0 20241220 (experimental) b11e85adbfdb02bc7743098d358a5ea362648ca1 (Gentoo 15.0.9999 p, commit f98ac56e7c38e054392b38f427cbfb04acf07c8f) ```