From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9333 invoked by alias); 16 Aug 2002 19:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 9317 invoked by uid 71); 16 Aug 2002 19:36:01 -0000 Date: Fri, 16 Aug 2002 13:36:00 -0000 Message-ID: <20020816193601.9316.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: David Jung Subject: Re: c++/7400: dynamic_cast segfaults with -shared option Reply-To: David Jung X-SW-Source: 2002-08/txt/msg00335.txt.bz2 List-Id: The following reply was made to PR c++/7400; it has been noted by GNATS. From: David Jung To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, t6@pobox.com Cc: Subject: Re: c++/7400: dynamic_cast segfaults with -shared option Date: Fri, 16 Aug 2002 15:31:14 -0400 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7400 As of gcc3.1, dynamic_cast<>() still cannot be used in any programs that use shared libs. Specifically, the version I tried: g++3 (GCC) 3.1 20020604 (Red Hat Linux 7.3 3.1-5) I believe this discussion may be relevant: http://gcc.gnu.org/ml/gcc/2002-06/msg01699.html