Hi all, this patch updates the OpenMP TR12 status (to-do) items: (a) 'coexecute', added in TR12, was renamed after TR12 to 'workdistribute'. Reason: Feedback that 'co...' reminds of Fortran coarrays and the its intrinsic procedures: co_broadcast, co_max, co_min, co_reduce, co_sum and → Honor this in the status but mention old name, hopefully, reducing some confusion and ensuring that we miss to update that entry once OpenMP 6.0 is released next November (b) Since TR12, canonical loop nest forms can now be enclosed in { ... } in C/C++ or in BLOCK in Fortran. Add it to ensure we won't forget implementing this feature. Comments, remarks, additions before I commit it? Tobias PS: There are surely more items I missed when updating the list for TR12; I will either have a go later in this year or do it when updating for the final OpenMP 6.0 in/after November this year.