https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928

--- Comment #7 from Sean Santos <quantheory at gmail dot com> ---
Ah, right. Thinking about it again today, my comment 5 is very confused for
several reasons, and I don't agree with it anymore.

My original interpretation is the only one that makes sense to me again. Namely
"subobject of a list item with the allocatable attribute refers" to:

a) an allocatable component, of
b) a variable listed in the private clause.

In this case, OpenMP 4.0 is saying something very straightforward: do
essentially the same thing for both thread private allocatable variables, and
allocatable components of thread private variables.

Reply via email to