[Bug target/124403] Misplaced "must" and missing space in translation of riscv error message

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Mar 8 21:29:46 GMT 2026


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 <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:8ee479c278104ab6f1755e82c323fbb81c82ce79

commit r16-7951-g8ee479c278104ab6f1755e82c323fbb81c82ce79
Author: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
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 <andrew.pinski@oss.qualcomm.com>


More information about the Gcc-bugs mailing list