From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30874 invoked by alias); 29 Aug 2005 03:48:09 -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 30857 invoked by uid 48); 29 Aug 2005 03:48:06 -0000 Date: Mon, 29 Aug 2005 03:48:00 -0000 From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050829034805.23616.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug objc++/23616] New: obj-c++.dg/try-catch-2.mm (objc exceptions are broken) fails with the GNU Runtime X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03253.txt.bz2 List-Id: obj-c++.dg/try-catch-2.mm fails with: /tmp/ccYlrE11.o(.gcc_except_table+0x18): undefined reference to `typeinfo for Frob*' Which means we are trying to use the C++ style exceptions instead of objc exceptions. Though this is harder to fix correctly (I have to look into how the C++ front-end implements "java" exceptions). -- Summary: obj-c++.dg/try-catch-2.mm (objc exceptions are broken) fails with the GNU Runtime Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P2 Component: objc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23616