Why is:
Assumed-size arrays may not appear in a {private,firstprivate,lastprivate,reduction} clause.
mentioned in 2.9.3.{3,4,5,6}? When assumed-size is predetermined, 2.9.1.1 says:
Variables with predetermined data-sharing attributes may not be listed in data-sharing attribute clauses, except for the cases listed below.
and thus saying explicitly that assumed-size arrays are not permitted is redundant.
I know this change was already in 3.0, but 3.0 forgot to explicitly say that assumed-size is predetermined shared in the normative text.
