Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-11-15 Thread Tobias Burnus
Hi PA, * I believe that all prep + middle end patches are approved and ready to go * Pending for C and C++ are the three patches, attached to the email I am hereby replying to - for the C and the C++ front end and the common C/C++ testcases. → Those 3 patches LGTM - thanks! Related but not

Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-11-13 Thread Tobias Burnus
Hi PA, thanks for the updated patch! Paul-Antoine Arras wrote: OpenMP: C++ front-end support for dispatch + adjust_args This patch adds C++ support for the `dispatch` construct and the `adjust_args` clause. It relies on the c-family bits comprised in the corresponding C f

Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-11-12 Thread Paul-Antoine Arras
On 04/11/2024 14:57, Tobias Burnus wrote: Hi PA, Regarding the update middle end patch, included in this patch, i.e. v4.3-0002-OpenMP-middle-end-support-for-dispatch-adjust_arg.patch: @@ -4071,23 +4073,136 @@ gimplify_call_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) [...] +

Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-11-04 Thread Tobias Burnus
Hi PA, Regarding the update middle end patch, included in this patch, i.e. v4.3-0002-OpenMP-middle-end-support-for-dispatch-adjust_arg.patch: @@ -4071,23 +4073,136 @@ gimplify_call_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) [...] + if (flag_openmp && gimplify_omp_ct

Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-10-30 Thread Paul-Antoine Arras
On 24/10/2024 16:10, Tobias Burnus wrote: Hi PA; only playing around quickly and glancing at the patch; I need to have a real look at this later. Paul-Antoine Arras: This patch adds C++ support for the `dispatch` construct and the `adjust_args` clause. It relies on the c-family bits comprised

Re: [PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-10-24 Thread Tobias Burnus
Hi PA; only playing around quickly and glancing at the patch; I need to have a real look at this later. Paul-Antoine Arras: This patch adds C++ support for the `dispatch` construct and the `adjust_args` clause. It relies on the c-family bits comprised in the corresponding C front end patch for

[PATCH v4 4/7] OpenMP: C++ front-end support for dispatch + adjust_args

2024-10-02 Thread Paul-Antoine Arras
This patch adds C++ support for the `dispatch` construct and the `adjust_args` clause. It relies on the c-family bits comprised in the corresponding C front end patch for pragmas and attributes. Additional C/C++ common testcases are provided in a subsequent patch in the series. gcc/cp/ChangeLog: