This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10908] Addresses of protected symbols don't work right on ia32
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2003 06:02:59 -0000
- Subject: [Bug target/10908] Addresses of protected symbols don't work right on ia32
- References: <20030521160508.10908.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-17 06:02 -------
/* A variable is local if the user tells us so. */
else if (DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT)
local_p = true;
Yes this is still invalid as GCC is not were the problem is (the optimization is right).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10908