https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115608
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:d4db77ce37a65207baea88859fd9c191469187f8 commit r15-1608-gd4db77ce37a65207baea88859fd9c191469187f8 Author: Eric Botcazou <ebotca...@adacore.com> Date: Tue Jun 25 11:47:48 2024 +0200 SPARC: fix internal error with -mv8plus on 64-bit Linux This passes -m32 when -mv8plus is specified on Linux (like on Solaris). gcc/ PR target/115608 * config/sparc/linux64.h (CC1_SPEC): Pass -m32 for -mv8plus.