https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124403
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:8ee479c278104ab6f1755e82c323fbb81c82ce79 commit r16-7951-g8ee479c278104ab6f1755e82c323fbb81c82ce79 Author: Andrew Pinski <[email protected]> Date: Sun Mar 8 14:15:45 2026 -0700 riscv: Fix formating of diagnostic [PR124403] Just some small formating of the digatnotic is required here. A missing space after the semicolon. And move must out of the quotes. Pushed as obvious after a quick build and test for riscv64-linux-gnu. PR target/124403 gcc/ChangeLog: * config/riscv/riscv.cc (riscv_get_vls_cc_attr): Fix formating of the diagnostic. Signed-off-by: Andrew Pinski <[email protected]>
