From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16764 invoked by alias); 30 Apr 2004 01:48:31 -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 16757 invoked from network); 30 Apr 2004 01:48:30 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sources.redhat.com with SMTP; 30 Apr 2004 01:48:30 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.10/8.12.10) with ESMTP id i3U1ldxF031028; Thu, 29 Apr 2004 21:47:39 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3U1mQw23168; Thu, 29 Apr 2004 21:48:26 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i3U1mQC14313; Thu, 29 Apr 2004 18:48:26 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i3U1mQbY001504; Thu, 29 Apr 2004 18:48:26 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i3U1mQan001502; Thu, 29 Apr 2004 18:48:26 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 30 Apr 2004 03:15:00 -0000 From: Richard Henderson To: Giovanni Bajo Cc: Stelios Xanthakis , gcc@gcc.gnu.org Subject: Re: Using EH from C Message-ID: <20040430014826.GA1491@redhat.com> Mail-Followup-To: Richard Henderson , Giovanni Bajo , Stelios Xanthakis , gcc@gcc.gnu.org References: <20040429204602.GA32682@redhat.com> <06c801c42e4b$2a8b8cb0$174a2597@bagio> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06c801c42e4b$2a8b8cb0$174a2597@bagio> User-Agent: Mutt/1.4.1i X-RedHat-Spam-Score: 0 X-SW-Source: 2004-04/txt/msg01424.txt.bz2 On Fri, Apr 30, 2004 at 02:36:24AM +0200, Giovanni Bajo wrote: > > type var __attribute__((cleanup(function))); > > It looks like this was never applied though: That would be incorrect. Glibc uses it today. r~