[PATCH] D97964: [flang][OpenMP] Add semantic check for occurrence of multiple list items in aligned clause for simd directive

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 08:34:02 PST 2021


kiranchandramohan added inline comments.


================
Comment at: flang/test/Semantics/omp-simd-aligned.f90:7
+
+program omp_simd
+  integer i, j, k
----------------
arnamoy10 wrote:
> kiranchandramohan wrote:
> > Nit: can you add a test with one more variable?
> @kiranchandramohan We already have a test with two variables at Line 28, do we need one more?
I meant an error with two variables repeating. 


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

https://reviews.llvm.org/D97964



More information about the llvm-commits mailing list