From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hjl@lucon.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/19664] libstdc++ headers should have pop/push of the visibility around the declarations Date: Sun, 06 Feb 2005 16:17:00 -0000 Message-id: <20050206162332.7525.qmail@sourceware.org> References: <20050128064457.19664.andreas.pokorny@gmx.de> X-SW-Source: 2005-02/msg00276.html List-Id: ------- Additional Comments From hjl at lucon dot org 2005-02-06 16:23 ------- I don't think emitting R_X86_64_PC32 is a bug since -fvisibility=hidden -fvisibility-inlines-hidden is used and the undefined function can be defined in another .o file. The real bug is gcc doesn't emit .hidden foo when foo is marked hidden and undefined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664