From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29616 invoked by alias); 29 Jan 2005 13:05:19 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 29414 invoked by uid 48); 29 Jan 2005 13:05:07 -0000 Date: Sat, 29 Jan 2005 13:05:00 -0000 Message-ID: <20050129130507.29413.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050128064457.19664.andreas.pokorny@gmx.de> References: <20050128064457.19664.andreas.pokorny@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19664] -fvisibility-inlines-hidden fails with gcc's extern template extension on amd64 X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg04314.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-29 13:05 ------- (In reply to comment #5) > It is a compiler bug. VisTest::VisTest() is never defined. > R_X86_64_PC32 relocation may not reach it at runtime when it is > called. The new linker catches this particular bug at linktime. Actually this is not a gcc or a linker bug but a programmers. Basically -fvisibility=hidden -fvisibility-inlines-hidden says all I repeat all functions (defined or not) as hidden. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664