https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181
--- Comment #6 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to Andrew Pinski from comment #5) > >The gcc used is the standard 14.2.0 currently in Debian unstable. > > That still didn't answer the question because there are a few different > alpha cpus. ones with byte loads and ones without. Plus Debian turns on > stack protector by default, etc. Odd, I could have sworn I had just previously pasted the configuration here. Anyway, it's: buildd@alpha-sc-01:~$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/alpha-linux-gnu/14/lto-wrapper Target: alpha-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-17' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=alpha-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libssp --disable-libsanitizer --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --enable-objc-gc=auto --enable-multiarch --with-cpu=ev56 --disable-werror --with-long-double-128 --enable-checking=release --build=alpha-linux-gnu --host=alpha-linux-gnu --target=alpha-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (Debian 14.2.0-17) buildd@alpha-sc-01:~$ Baseline is ev56, i.e. with BWX. > Can you try the official GCC 14.2.0 release, non-debian release? Also did > you file this with debian first? I can do that if a reproducer is provided.