Re: [PATCH 6/7] OpenMP: Fortran front-end support for dispatch + adjust_args
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
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 " +