https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122477
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by LuluCheng <[email protected]>: https://gcc.gnu.org/g:f59cabadd0b678d744ba1f185ad215f561378a4e commit r16-4943-gf59cabadd0b678d744ba1f185ad215f561378a4e Author: Lulu Cheng <[email protected]> Date: Wed Oct 29 09:21:58 2025 +0800 LoongArch: Fix ICE caused by loongarch_split_reduction [PR122477]. In r16-4619, the scalar mode is not handled, which causes the compilation of test cases such as pr111414-1.c to fail in ICE. PR target/122477 gcc/ChangeLog: * config/loongarch/loongarch.cc (loongarch_split_reduction): Added handling of scalar mode.
