https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93860
Bug ID: 93860 Summary: darwin: wrong quotation in diagnostic #pragma options align=reset Product: gcc Version: 10.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: --- From darwin-c.c: > error ("too many %<#pragma options%> align=reset"); The align=reset should be inside the quotes. There should be tests that show example code and the corresponding diagnostic. This would have made it more obvious that the %> comes too early in the diagnostic.