Re: [PATCH 6/7] OpenMP: Fortran front-end support for dispatch + adjust_args

2024-05-31 Thread Paul-Antoine Arras
Hi Tobias, Thanks for your comments. Here is an updated patch. On 28/05/2024 09:14, Tobias Burnus wrote: Paul-Antoine Arras: +  if (n->sym->ts.type != BT_DERIVED +  || !n->sym->ts.u.derived->ts.is_iso_c) +    { +  gfc_error ("argument list item %qs in "

Re: [PATCH 6/7] OpenMP: Fortran front-end support for dispatch + adjust_args

2024-05-28 Thread Tobias Burnus
Hi PA, hi all, two remarks while quickly browsing the code: Paul-Antoine Arras: + if (n->sym->ts.type != BT_DERIVED + || !n->sym->ts.u.derived->ts.is_iso_c) + { + gfc_error ("argument list item %qs in " +

[PATCH 6/7] OpenMP: Fortran front-end support for dispatch + adjust_args

2024-05-27 Thread Paul-Antoine Arras
This patch adds support for the `dispatch` construct and the `adjust_args` clause to the Fortran front-end. gcc/fortran/ChangeLog: * dump-parse-tree.cc (show_omp_clauses): Handle novariants and nocontext clauses. (show_omp_node): Handle EXEC_OMP_DISPATCH. (show_cod