[Bug fortran/89840] [Coarray] CO_BROADCAST: Missing finalization/deallocation of allocatable components

2019-04-01 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89840

Damian Rouson  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |INVALID

[Bug fortran/89840] [Coarray] CO_BROADCAST: Missing finalization/deallocation of allocatable components

2019-04-01 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89840

--- Comment #2 from Damian Rouson  ---
The PR was cited in the original description: Bug 64777.  It was closed for
lack of a test cased and the person who closed it suggested opening a new PR if
a test case was provided so I attempted to do so.  Upon consulting the Fortran
2018 standard, however, I see not evidence that first argument of CO_BROADCAST
will be finalized so this PR can be closed.

[Bug fortran/89840] [Coarray] CO_BROADCAST: Missing finalization/deallocation of allocatable components

2019-03-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89840

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2019-03-30
 Ever confirmed|0   |1

--- Comment #1 from Dominique d'Humieres  ---
I do not see any PR opened for co_broadcast not supporting derived-type
arguments.

When and why do you expect the subroutine 'done' to be called in your test?

In its present state I think this PR is INVALID.