On Mon, Apr 20, 2015 at 05:56:16PM +0300, Ilya Verbin wrote: > This patch adds missed '%>' to the error_at () message in > c[p]_parser_omp_target_update. Committed as obvious.
Please commit also to gcc-5-branch. The Swedish translation is the only one that has this message (with the bug in it) translated, so either we fix that for the release manually, or that message won't be translated. > gcc/c/ > * c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon. > (c_parser_omp_target_update): Add missed %> to error_at (). > gcc/cp/ > * parser.c (cp_parser_omp_target_update): Add missed %> to error_at (). Jakub