This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/64777] New: CO_BROADCAST: Finalization/dealloc of alloc components missing
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 24 Jan 2015 17:21:27 +0000
- Subject: [Bug fortran/64777] New: CO_BROADCAST: Finalization/dealloc of alloc components missing
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64777
Bug ID: 64777
Summary: CO_BROADCAST: Finalization/dealloc of alloc components
missing
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: burnus at gcc dot gnu.org
CC: pault at gcc dot gnu.org
For -fcoarray=lib (GFC_COARRAY_LIB), the "A" argument of CO_BROADCAST shall be
finalized and allocatable components freed, if "this_image() != SOURCE_IMAGE".