https://sourceware.org/bugzilla/show_bug.cgi?id=32001
--- Comment #2 from Frederic Marchal <fmarchal at perso dot be> ---
Both messages are:
Error: internal: unknown ISA extension `unknown_implicit' in
riscv_implicit_subsets
Error: unknown ISA extension `unknown_arch' in .option arch
Try to display the first message in a foreign language. You'll see that
"internal:" is NOT translated.
I suspect a proper patch would be
const char *errmsg_internal = explicit_subset == NULL ? "" : _("internal: ");
--
You are receiving this mail because:
You are on the CC list for the bug.