Page 316, lines 9-10 of the OpenMP 3.0 API spec state:
Fortran assumed-size arrays now have predetermined data-sharing attributes (see Section 2.9.1.1 on page 78).
and page 79, line 15, which is in the section that lists cases where a variable with a predetermined data-sharing attribute may be listed in a data-sharing attribute clause, states:
Assumed-size arrays may be listed in a shared clause.
However, no mention is made on p. 78 of assumed-size arrays having their data-sharing attribute predetermined.
