[gomp] Add langhook, so that Fortran can privatize variables by reference

Richard Henderson rth@redhat.com
Tue Oct 18 09:59:00 GMT 2005


On Tue, Oct 18, 2005 at 03:01:40AM -0400, Jakub Jelinek wrote:
> +bool
> +lhd_omp_privatize_by_reference (tree decl ATTRIBUTE_UNUSED)
> +{
> +  return false;
> +}

Preferably, hook_bool_tree_false.


r~



More information about the Fortran mailing list