This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/15000] Support setting the default symbol visibility for ELF
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2004 23:57:47 -0000
- Subject: [Bug other/15000] Support setting the default symbol visibility for ELF
- References: <20040418032536.15000.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-07-25 23:57 -------
(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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15000