https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124403

            Bug ID: 124403
           Summary: Misplaced "must" and missing space in translation of
                    riscv error message
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fmarchal at perso dot be
  Target Milestone: ---

In config/riscv/riscv.cc:7464, as seen in the current translation
gcc-16.1-b20260222.pot, the following message seems to contain two mistakes.

unsupported %<ABI_VLEN%> value %d for %qs attribute;%<ABI_VLEN must%> be in the
range [32, 16384] and must be a power of 2

1. It lacks a space after the semi-colon.
2. The word "must" should not be included in the second %<ABI_VLEN%>, right?

Reply via email to