This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86



------- Comment #13 from pinskia at gmail dot com  2007-07-12 15:47 -------
Subject: Re:  [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

On 12 Jul 2007 14:15:06 -0000, ro at techfak dot uni-bielefeld dot de
<gcc-bugzilla@gcc.gnu.org> wrote:
>  static void
> -hide (tree decl)
> -{
> +hide (tree decl ATTRIBUTE_UNUSED)
> +{
> +#ifdef HAVE_GAS_HIDDEN
>    DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
>    DECL_VISIBILITY_SPECIFIED (decl) = 1;
> +#endif
>  }
>

This is way too conservative,  see PR 26989 for the reasons why?

Thanks,
Andrew Pinski


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]