From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13174 invoked by alias); 30 Apr 2004 10:56:45 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13154 invoked from network); 30 Apr 2004 10:56:43 -0000 Received: from unknown (HELO diogenis.ceid.upatras.gr) (150.140.141.181) by sources.redhat.com with SMTP; 30 Apr 2004 10:56:43 -0000 Received: (qmail 21770 invoked from network); 30 Apr 2004 10:47:39 -0000 Received: from zenon.ceid.upatras.gr (150.140.141.182) by diogenis.ceid.upatras.gr with SMTP; 30 Apr 2004 10:47:39 -0000 Received: (qmail 8354 invoked by uid 2228); 30 Apr 2004 10:47:38 -0000 Date: Fri, 30 Apr 2004 16:10:00 -0000 From: Stelios Xanthakis To: Richard Henderson cc: gcc@gcc.gnu.org Subject: Re: Using EH from C In-Reply-To: <20040429204602.GA32682@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-04/txt/msg01443.txt.bz2 On Thu, 29 Apr 2004, Richard Henderson wrote: > On Thu, Apr 29, 2004 at 02:07:18PM +0300, Stelios Xanthakis wrote: > > The main challenge is 'calling destructors on unwind > > with no performance cost if no exception is raised'. > > type var __attribute__((cleanup(function))); That's just great. Thanks. Stelios