Re: [PATCH, OpenMP 5.0] Improve OpenMP target support for C++ [PR92120 v4]

2021-06-24 Thread Jakub Jelinek via Gcc-patches
On Fri, Jun 18, 2021 at 10:25:16PM +0800, Chung-Lin Tang wrote: Note, you'll need to rebase your patch, it clashes with r12-1768-g7619d33471c10fe3d149dcbb701d99ed3dd23528. Sorry for that. And sorry for patch review delay. > --- a/gcc/c/c-typeck.c > +++ b/gcc/c/c-typeck.c > @@ -13104,6 +13104,12

[PATCH, OpenMP 5.0] Improve OpenMP target support for C++ [PR92120 v4]

2021-06-18 Thread Chung-Lin Tang
Hi Jakub, this patch is the "v4" version of my PR92120 patch, v3 was here: https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570886.html (there I listed the various patches from devel/omp/gcc-10 branch that was combined, which I won't repeat here). Basically this v4 adds fixes for lambda captu