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 other/15000] Support setting the default symbol visibility for ELF


------- Additional Comments From s_gccbugzilla at nedprod dot com  2004-07-26 01:31 -------
(In reply to comment #38)
> (In reply to comment #32)
> 
> > The new -fvisibility-inlines-hidden isn't being aggressive enough in hiding 
> > inlines members and I don't know why. I'm using DECL_INLINE() which I
> > think is correct? Any help here would be appreciated. 
> 
> You can try with DECL_DECLARED_INLINE. 

Is this true when a member function has been defined in the class declaration? 
Is DECL_INLINE only true when the optimiser decides it, or is it true more or 
less often than DECL_DECLARED_INLINE?

Cheers,
Niall


-- 


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


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