https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513
--- Comment #35 from Greg Chandler <chandleg at wizardsworks dot org> --- I have been unable to track this down at all... I know it's in the driver, but past that all I can find is what is contained in the messages on this post. I've attempted to compile older versions of gcc to see when this may have started but gcc 14.x (at least the cross) refuses to compile older versions with an internal compiler error due to what appears to be this issue: https://lists.gnu.org/archive/html/guix-patches/2025-04/msg01216.html I attempted to compile 15.1.0 and have the same results as 14.1, 14.2, 14.3 root@bigbang:/tmp# gcc -v Reading specs from /usr/lib/gcc/alpha-linux-gnu/15.1.0/specs COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/alpha-linux-gnu/15.1.0/lto-wrapper gcc: error: unrecognized command-line option '-v' Target: alpha-linux-gnu Configured with: ../configure --build=x86_64-slackware-linux --host=alpha-linux-gnu --target=alpha-linux-gnu --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-clocale=gnu --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++ --enable-libatomic --enable-lb Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.1.0 (GCC) "gcc: error: unrecognized command-line option" seems to lean into a lot of the diagnostics I was doing earlier, but at this point, I need a help to get this figured out.....