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~