From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6061 invoked by alias); 10 Dec 2002 03:40:26 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 6054 invoked from network); 10 Dec 2002 03:40:25 -0000 Received: from unknown (HELO maillog.sunplus.com.tw) (211.72.231.128) by sources.redhat.com with SMTP; 10 Dec 2002 03:40:25 -0000 Received: from smtp.sunplus.com.tw (smtp.sunplus.com.tw [172.17.10.200]) by maillog.sunplus.com.tw (8.8.8+Sun/8.8.8) with ESMTP id LAA28600; Tue, 10 Dec 2002 11:08:25 +0800 (CST) From: aladdin@sunplus.com.tw Subject: Re: C++ exceptions ?? To: "Andrea 'fwyzard' Bocci" Cc: gcc-help@gcc.gnu.org Message-ID: Date: Mon, 09 Dec 2002 19:40:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00106.txt.bz2 Thanks for your help, I have read the doc http://gcc.gnu.org/ml/gcc/2002-07/msg00352.html by aldy Hernandez and the disccusion limited to the dwarf2 mechanism. Where can I find any info about handling C++ exceptions using setjmp/longjmp mechanism? thanks, aladdin "Andrea 'fwyzard' To: aladdin@sunplus.com.tw Bocci" cc: gcc-help@gcc.gnu.org 2002/12/06 10:05 PM At 15.08 06/12/2002 +0800, aladdin@sunplus.com.tw wrote: >Hi, >I am studying the mechanism of gcc that handle the C++ exceptions. >Is there any document or information beside the source code? I saw a nice description of the gcc internals regarding exception handling some times ago on these lists (probably gc@gcc.gnu.org). You may try to search trwough the archives for it (see http://gcc.gnu.org/ml/gcc/). >thanks, > >Aladdin fwyzard