[PATCH] D91888: [flang][openacc] Add clause validaty tests for data construct + fix default restriction

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 11:07:05 PST 2020


PeteSteinfeld reopened this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

@clementval , when I build and test an in-tree build, everything works fine.  But when I build out-of-tree, the error message associated with line 165 does not appear.  Do you know why?

Let me know what I can do to help figure this out.



================
Comment at: flang/test/Semantics/acc-clause-validity.f90:165
+  !ERROR: At most one DEFAULT clause can appear on the DATA directive
+  !$acc data copy(aa, bb) default(none) default(present)
+  !$acc end data
----------------
In an out-of-tree build, the error message associated with this line does not appear.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91888/new/

https://reviews.llvm.org/D91888



More information about the llvm-commits mailing list