namespace namespace

Dave Korn dave.korn.cygwin@googlemail.com
Wed Jul 8 00:31:00 GMT 2009


Jakub Jelinek wrote:

>   /* Update the properties.
>      Make clone visible only within this translation unit.  Make sure
>      that is not weak also.
>      ??? We cannot use COMDAT linkage because there is no
>      ABI support for this.  */
>   DECL_EXTERNAL (new_node->decl) = 0;
>   DECL_COMDAT_GROUP (new_node->decl) = 0;
>   TREE_PUBLIC (new_node->decl) = 0;
>   DECL_COMDAT (new_node->decl) = 0;
>   DECL_WEAK (new_node->decl) = 0;
> 
> Certainly !TREE_PUBLIC functions shouldn't be exported from the current
> assembly file in any way...

  Is there a reason why not to set DECL_ARTIFICIAL on these clones?

    cheers,
      DaveK



More information about the Java-patches mailing list