This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using EH from C
- From: Mike Stump <mrs at apple dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Giovanni Bajo <giovannibajo at libero dot it>, Stelios Xanthakis <sxanth at ceid dot upatras dot gr>, gcc at gcc dot gnu dot org
- Date: Thu, 29 Apr 2004 18:53:55 -0700
- Subject: Re: Using EH from C
On Thursday, April 29, 2004, at 06:48 PM, Richard Henderson wrote:
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.
The link was to some doc content. Lack of that doesn't prevent glibc
from using it.