https://bugs.llvm.org/show_bug.cgi?id=41750

Alexey Bataev <a.bat...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #1 from Alexey Bataev <a.bat...@hotmail.com> ---
It emits a lot of warning memssages (not OpenMP problem, but C/C++ compiler)
and there is a note amongst them:
```
repro.cpp:7:49: note: in instantiation of member function 'std::map<int,
std::unique_ptr<int, std::default_delete<int> >, std::less<int>,
std::allocator<std::pair<const int, std::unique_ptr<int,
std::default_delete<int> > > > >::map'
      requested here
#pragma omp parallel default(none) firstprivate(map)
                                                ^ 
```
, which points explicitly to firstprivate(map) clause

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to