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

            Bug ID: 80010
           Summary: diagnostics: typo $!
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

In some few cases the Fortran diagnostics contain $! instead of !$. This looks
like typos to me.

fortran/openmp.c:

Invalid clause in module with $!ACC DECLARE at %L
Variable is USE-associated with $!ACC DECLARE at %L
Assumed-size dummy array with $!ACC DECLARE at %L
Invalid argument to $!ACC WAIT at %L
Array sections: %qs not allowed in $!ACC DECLARE at %L

fortran/trans-decl.c:

Sorry, $!ACC DECLARE at %L is not allowed in BLOCK construct

Reply via email to