https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121429
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-08-06
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to kargls from comment #1)
> (In reply to Jerry DeLisle from comment #0)
> > The following test fails without a SYNC ALL before or after the deallocate.
> > Should the deallocate automatically sync the images?
>
>
> F2023, page 163.
>
> When a statement that deallocates a coarray or an object with a coarray
> potential
> subobject component is executed, there is an implicit synchronization of all
> active
> images in the current team.
Then this is a confirmed bug, thanks Steve.