https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79999

            Bug ID: 79999
           Summary: possible typo in gimplify.c: depend(sink:)
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from gimple.c:

error_at (OMP_CLAUSE_LOCATION (source_c),
          "%<depend(source)%> clause specified together with "
          "%<depend(sink:)%> clauses on the same construct");

There is a colon after "sink". In a diagnostic some lines above, there is no
colon.

error_at (OMP_CLAUSE_LOCATION (c),
          "number of variables in %<depend(sink)%> "
          "clause does not match number of "
          "iteration variables");

As the German translator, I stumbled upon this, and I think one of them has a
typo.

Reply via email to