https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119202
Bug ID: 119202 Summary: Typo in message "%<\\o%> not followed by %<}%>" Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- charset.cc says: > cpp_error (pfile, CPP_DL_ERROR, "%<\\o%> not followed by %<}%>"); The %<}%> should rather be an opening curly brace.