From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23509 invoked by alias); 26 Feb 2008 17:58:10 -0000 Received: (qmail 23374 invoked by alias); 26 Feb 2008 17:57:25 -0000 Date: Tue, 26 Feb 2008 17:58:00 -0000 Message-ID: <20080226175725.23373.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35368] [4.1/4.2/4.3/4.4 Regression] With #pragma visibility, `vtable for __cxxabiv1::__class_type_info' is emitted as a hidden-visibility relocation In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mark at codesourcery dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg02766.txt.bz2 ------- Comment #10 from mark at codesourcery dot com 2008-02-26 17:57 ------- Subject: Re: [4.1/4.2/4.3/4.4 Regression] With #pragma visibility, `vtable for __cxxabiv1::__class_type_info' is emitted as a hidden-visibility relocation benjamin at smedbergs dot us wrote: > ------- Comment #8 from benjamin at smedbergs dot us 2008-02-26 17:25 ------- > Yes, to make it clear: the class typeinfo object may have hidden visibility... > it's the __cxxabiv1::__class_type_info "class" that should have default > visibility always. Oh, I see! Yes, __cxxabiv1::* should definitely have default visibility. Thanks, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35368