Re: [openmp] Fix openmp 5.0 builtin function types

2018-12-12 Thread Jakub Jelinek
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); > >

Re: [openmp] Fix openmp 5.0 builtin function types

2018-12-12 Thread Tom de Vries
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. >> >> This fixes some libgomp tes

Re: [openmp] Fix openmp 5.0 builtin function types

2018-12-12 Thread Jakub Jelinek
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 x86_64 with nvptx accelera