From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8996 invoked by alias); 27 Feb 2008 09:10:27 -0000 Received: (qmail 8775 invoked by alias); 27 Feb 2008 09:09:46 -0000 Date: Wed, 27 Feb 2008 09:10:00 -0000 Message-ID: <20080227090946.8774.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: "jakub at gcc dot gnu dot org" 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/msg02805.txt.bz2 ------- Comment #11 from jakub at gcc dot gnu dot org 2008-02-27 09:09 ------- Subject: Bug 35368 Author: jakub Date: Wed Feb 27 09:09:05 2008 New Revision: 132704 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132704 Log: PR c++/35368 * rtti.c: Include c-pragma.h. (push_abi_namespace, pop_abi_namespace): New functions. (build_dynamic_cast_1, tinfo_base_init, get_pseudo_ti_index, create_tinfo_types, emit_support_tinfos): Use them. * Make-lang.in (cp/rtti.o): Depend on $(C_PRAGMA_H). * g++.dg/ext/visibility/typeinfo2.C: New test. * g++.dg/ext/visibility/typeinfo3.C: New test. Added: trunk/gcc/testsuite/g++.dg/ext/visibility/typeinfo2.C trunk/gcc/testsuite/g++.dg/ext/visibility/typeinfo3.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/Make-lang.in trunk/gcc/cp/rtti.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35368