From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4827 invoked by alias); 10 May 2009 01:11:38 -0000 Received: (qmail 4706 invoked by uid 48); 10 May 2009 01:11:27 -0000 Date: Sun, 10 May 2009 01:11:00 -0000 Message-ID: <20090510011127.4705.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/40068] GCC fails to apply dllexport attribute to typeinfo. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave dot korn dot cygwin at gmail 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: 2009-05/txt/msg00788.txt.bz2 ------- Comment #3 from dave dot korn dot cygwin at gmail dot com 2009-05-10 01:11 ------- Created an attachment (id=17841) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17841&action=view) inherit dllexport from class to typeinfo Now testing a solution based on the approach of adding the dllexport attribute to the class' typeinfo object when the class is passed to i386_pe_adjust_class_at_definition. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068