https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79836
Bug ID: 79836
Summary: typo in c/c-parser.c: pragma omp ordered
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
error_at (loc,
"%<#pragma omp ordered%> with %<depend> clause may "
"only be used in compound statements");
It must be %<depend%> (the percent is missing for the closing quote).
