Re: [Patch] Fortran/OpenMP: Add support for OpenMP 5.1 masked construct (was: Re: [committed] openmp: Add support for OpenMP 5.1 masked construct)

2021-08-16 Thread Jakub Jelinek via Fortran
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

PR fortran/101700 - segfault when calling a member function of a derived type on a remote image

2021-08-16 Thread Harris Snyder
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