[PATCH] D92672: [flang][openacc] Enforce restriction on routine directive and clauses
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 08:32:05 PST 2020
clementval added inline comments.
================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:224
+ "ROUTINE directive without name must appear within the specification "
+ "port of a subroutine or function definition, or within an interface "
+ "body for a subroutine or function in an interface block"_err_en_US);
----------------
sameeranjoshi wrote:
> part
Good catch! Thx!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92672/new/
https://reviews.llvm.org/D92672
More information about the llvm-commits
mailing list