https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
--- Comment #22 from Roland Illig <roland.illig at gmx dot de> --- >From v850-c.cc: > %<#pragma%> GHS endXXXX found without previous startXXX > %<#pragma%> GHS endXXX does not match previous startXXX > junk at end of %<#pragma%> ghs section > malformed %<#pragma%> ghs section > and so on Should be %<#pragma GHS endXXX%> (only 3 X, not 4 X), as well as %<startXXXX%>. Looks like a fallout from enclosing keywords in quotes, missed in the manual review.