[committed] Re: [PATCHv2] openmp: Add support for 'present' modifier

2023-06-06 Thread Tobias Burnus
Hi all, This adds OpenMP 5.1's 'present' modifier to the to/from/map clauses and 'defaultmap(present)'. I have now committed that patch as r14-1579-g4ede915d5dde935a16df2c6640aee5ab22348d30, or as attached. Or rather: I have done so after revising the patch for the issues I noted before; whil

Re: [PATCHv2] openmp: Add support for 'present' modifier

2023-04-28 Thread Tobias Burnus
Hi Kwok, On 17.02.23 12:45, Kwok Cheung Yeung wrote: This is a revised version of the patch for the 'present' modifier for OpenMP. Compared to the first version, three improvements have been made: - A bug which caused bootstrapping with a '-m32' multilib on x86-64 to fail due to pointer size is