https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118266
--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> --- How can I reproduce it with x86-64 gcc? I tried x86-64 gcc configured with --disable-bootstrap --enable-checking=release --enable-cet --with-demangler-in-ld --prefix=/usr/gcc-15.0.0-x86-64 --with-local-prefix=/usr/local --enable-gnu-indirect-function --enable-clocale=gnu --with-system-zlib --with-target-system-zlib --with-fpmath=sse --disable-libcc1 --disable-libcilkrts --disable-libsanitizer --enable-languages=c,c++ on r15-6485-gea25066d8a9106, it works for me: [hjl@gnu-zen4-1 pr118266]$ make /export/build/gnu/tools-build/gcc-gitlab-debug/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/tools-build/gcc-gitlab-debug/build-x86_64-linux/gcc/ -O2 -mx32 -std=gnu11 -S transfer.i [hjl@gnu-zen4-1 pr118266]$