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); > > call > GOMP_parallel_loop_nonmonotonic_runtime,(%out_arg1,%out_arg2,%out_arg3,%out_arg4,%out_arg5,%out_arg6,%out_arg7); > ... > > and after rebuilding the test passes.
Thanks for testing. I'll commit it after bootstrap/regtest tonight, perhaps I'll try to add further testsuite coverage later on to verify all other OpenMP builtins are covered in target regions. Jakub