kkwli0 marked 2 inline comments as done.
kkwli0 added inline comments.

================
Comment at: test/OpenMP/nesting_of_regions.cpp:3326
   }
-#pragma omp ordered
   {
----------------
ABataev wrote:
> what about teams distribute parallel for simd inside the ordered directive? 
> Why this one is removed?
This is a typo (likely due to copy and paste error), it should be atomic as 
this section is to test constructs nested inside an atomic construct.  The 
testing of constructs nested inside an ordered construct is in line 2910-3149.


https://reviews.llvm.org/D27084



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to