https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118979
Bug ID: 118979 Summary: Wrong gettext extraction in c.opt Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- c.opt says: > Warn about deprecated space between "" and suffix in a user-defined literal > operator. The resulting gcc.pot says: > msgid "" > "Warn about deprecated space between and suffix in a user-defined literal " > "operator." The quotes in the middle should have been escaped as \"\" instead of being omitted.