https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80280
Bug ID: 80280 Summary: Missing closing quote (%>) c/semantics.c and c/c-typeck.c Product: gcc Version: 6.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: fmarchal at perso dot be Target Milestone: --- The following four messages lack a closing quote (%>) somewhere after the %<#pragma... In c/semantics.c:8523 error ("%<#pragma omp cancel must specify one of " "%<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"); In c/semantics.c:8560 error ("%<#pragma omp cancellation point must specify one of " "%<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"); In c/c-typeck.c:11867 error_at (loc, "%<#pragma omp cancel must specify one of " "%<parallel%>, %<for%>, %<sections%> or %<taskgroup%> " "clauses"); In c/c-typeck.c:11906 error_at (loc, "%<#pragma omp cancellation point must specify one of " "%<parallel%>, %<for%>, %<sections%> or %<taskgroup%> " "clauses");