[Bug translation/104552] Mistakes in strings to be translated in GCC 12

roland.illig at gmx dot de gcc-bugzilla@gcc.gnu.org
Sat Mar 5 21:17:39 GMT 2022


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.


More information about the Gcc-bugs mailing list