[PATCH] D22096: [OpenMP] Sema and parsing for 'target parallel for simd' pragma

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 16:09:37 PDT 2016


probinson added a subscriber: probinson.
probinson added a comment.

I'm seeing a different set of diagnostics in two of these tests, because we default to C+11, which makes them fail for us.  Ideally you'd conditionalize the tests on the value of `__cplusplus` (like Charles Li has been doing for a whole lot of the Clang tests).  If that's inconvenient for you right now, would you mind if I added `-std=c++03` to the following tests?  It's just these two that need it:

target_parallel_for_simd_collapse_messages.cpp
target_parallel_for_simd_ordered_messages.cpp


Repository:
  rL LLVM

https://reviews.llvm.org/D22096





More information about the cfe-commits mailing list