From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10385 invoked by alias); 26 Feb 2009 05:17:09 -0000 Received: (qmail 10348 invoked by uid 48); 26 Feb 2009 05:16:57 -0000 Date: Thu, 26 Feb 2009 05:17:00 -0000 Message-ID: <20090226051657.10347.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libobjc/27466] RFE: Support for libobjc equivalent of std::set_unexpected In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ayers at fsfe 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: 2009-02/txt/msg02223.txt.bz2 ------- Comment #6 from ayers at fsfe dot org 2009-02-26 05:16 ------- Created an attachment (id=17364) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17364&action=view) Updated patch (using and accessor function) inlcuding a test case For the record: This is an update of the existing patch which includes a test case. This was posted as an RFA: http://gcc.gnu.org/ml/gcc-patches/2009-02/msg01085.html with the following ChangeLog entries: 2009-02-23 Richard Frith-Macdonald PR libobjc/27466 * objc/objc-api.h: declare objc_set_unexpected function. * exception.c: implement objc_set_unexpected function. * libobjc.def: export objc_set_unexpected 2009-02-23 David Ayers PR libobjc/27466 * objc/execute/exceptions/handler-1.m. New. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27466