On Wed, Oct 12, 2011 at 2:29 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > On 10/12/2011 02:18 PM, Jason Merrill wrote: >> >> On 10/12/2011 07:26 AM, Paolo Carlini wrote: >>> >>> + delattrs >>> + = build_tree_list (get_identifier ("externally_visible"), >>> + build_tree_list (NULL_TREE, integer_one_node)); >> >> Why integer_one_node? > > To be honest? No idea, I copied what pre-existed for operator new. Shall I > test (NULL_TREE, NULL_TREE)??
build_tree_list (get_identifier ("externally_visible"), NULL_TREE) > Paolo. > >