On Wed, Dec 12, 2018 at 11:22:22AM +0100, Tom de Vries wrote:
> .extern .func GOMP_parallel_loop_nonmonotonic_runtime (.param .u64
> %in_ar0, .param .u64 %in_ar1, .param .u32 %in_ar2, .param .u64 %in_ar3,
> .param .u64 %in_ar4, .param .u64 %in_ar5, .param .u64 %in_ar6, .param
> .u32 %in_ar7);
>
>
On 12-12-18 10:27, Jakub Jelinek wrote:
> On Wed, Dec 12, 2018 at 09:25:06AM +0100, Tom de Vries wrote:
>> [openmp] Fix openmp 5.0 builtin function types
>>
>> Fix some openmp 5.0 builtin functions to match the type used in the
>> implementation of those functions.
&g
On Wed, Dec 12, 2018 at 09:25:06AM +0100, Tom de Vries wrote:
> [openmp] Fix openmp 5.0 builtin function types
>
> Fix some openmp 5.0 builtin functions to match the type used in the
> implementation of those functions.
>
> This fixes some libgomp testsuite failures for
AMS_REG, BUILT_IN_GOMP_TASKGROUP_REDUCTION_REGISTER,
> BUILT_IN_GOMP_TASKGROUP_REDUCTION_UNREGISTER,
> BUILT_IN_GOMP_TASK_REDUCTION_REMAP,
> BUILT_IN_GOMP_WORKSHARE_TASK_REDUCTION_UNREGISTER): New builtins.
Hi,
OK for trunk?
Thanks,
- Tom
[openmp] Fix openmp 5.0 builtin function types
Fix som