Re: [Patch] OpenMP: Add omp_in_explicit_task to omp_runtime_api_call

2023-03-15 Thread Jakub Jelinek via Gcc-patches
On Wed, Mar 15, 2023 at 03:24:04PM +0100, Tobias Burnus wrote: > When adding a new OpenMP routine, also omp_runtime_api_call needs > to be adapted - to get proper error like: > > error: OpenMP runtime API call ‘omp_in_explicit_task’ in a region with > ‘order(concurrent)’ clause > > OK for mainli

[Patch] OpenMP: Add omp_in_explicit_task to omp_runtime_api_call

2023-03-15 Thread Tobias Burnus
When adding a new OpenMP routine, also omp_runtime_api_call needs to be adapted - to get proper error like: error: OpenMP runtime API call ‘omp_in_explicit_task’ in a region with ‘order(concurrent)’ clause OK for mainline? Tobias PS: This routine was added in commit r13-3258-g0ec4e93fb9fa5e9