From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4637 invoked by alias); 31 Dec 2004 00:14:24 -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 4459 invoked by uid 48); 31 Dec 2004 00:14:10 -0000 Date: Fri, 31 Dec 2004 00:14:00 -0000 Message-ID: <20041231001410.4458.qmail@sourceware.org> From: "bgreen at nas dot nasa dot gov" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030618234434.11247.bgreen@nas.nasa.gov> References: <20030618234434.11247.bgreen@nas.nasa.gov> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11247] -frepo fails to instantiate typeinfo X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03983.txt.bz2 List-Id: ------- Additional Comments From bgreen at nas dot nasa dot gov 2004-12-31 00:14 ------- I just discovered this bug still exists, in a slightly changed guise. The previously submitted code now compiles, but a minor change brings the bug right back. Attached is the new version of the code that produces the bug. The diff is essentially this: < dynamic_cast*>(p); > IType *p2 = dynamic_cast*>(p); I'm currently using Gentoo's g++ version 3.4.3. g++ (GCC) 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7) -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11247