Tobias Burnus wrote:
* omp-builtins.def (BUILT_IN_GOMP_HAS_MASKED_THREAD_NUM): New
builtin.
* omp-low.cc (lower_omp_master): Call it.
Actually, can you also update
https://gcc.gnu.org/onlinedocs/libgomp/Implementing-MASKED-and-MASTER-construct.html
alias
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgomp/libgomp.texi;h=05de63e4020c54571da0daa2964e118f5498d34f;hb=HEAD#l8022
as follow up? In principle, we should document more in general, but at
least make we should keep the existing entries up to date.
While there, can you also fix 'Implementing ATOMIC construct' – namely,
enter/exit should be begin/end.
Tobias