On Fri, Aug 13, 2021 at 08:52:34PM +0200, Tobias Burnus wrote:
> gcc/fortran/ChangeLog:
>
> * dump-parse-tree.c (show_omp_clauses): Handle 'filter' clause.
> (show_omp_node, show_code_node): Handle (combined) omp masked construct.
> * frontend-passes.c (gfc_code_walker): Likewise
Hi all,
We've noticed that if you create a derived type with a member variable
and an accessor method, calling that accessor method on a coindexed
object on a remote image results in a segmentation fault at runtime,
as per the example below.
The following program should print "1, 2, 3" twice if r