This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13134] [3.4 regression] Visibility attribute is ignored
- From: "bryner at brianryner dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2003 08:13:17 -0000
- Subject: [Bug c/13134] [3.4 regression] Visibility attribute is ignored
- References: <20031120005743.13134.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bryner at brianryner dot com 2003-11-22 08:13 -------
To fix that last problem I mentioned, it looks like copying the DECL_VISIBILITY
needs to be moved outside of the (TREE_CODE (decl) == FUNCTION_DECL) block.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13134