A list item that appears in a reduction clause of a parallel construct must not appear in a firstprivate clause on a worksharing or task construct if any of the worksharing or task regions arising from the worksharing or task construct ever bind to any of the parallel regions arising from the parallel construct.
Is this equivalent to saying that a list item that appears in a reduction clause of a parallel construct must not appear in a firstprivate clause of a closely nested worksharing or task region?
