https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99733
Bug ID: 99733 Summary: darwin: missing ':' in error message about munmap Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- config/host-darwin.c says: > could not unmap %<pch_address_space%> %m There is a ':' missing before the '%m'. Plus, there is a unit test missing to demonstrate this typo. Granted, this error message may be hard to produce anyway.