This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CATCH_ALL_TYPE?
- From: Richard Henderson <rth at redhat dot com>
- To: Ricardo Anguiano <anguiano at codesourcery dot com>
- Cc: gcc at gnu dot org, gcc-discuss at codesourcery dot com
- Date: Wed, 4 Sep 2002 09:44:13 -0700
- Subject: Re: CATCH_ALL_TYPE?
- References: <m3ofbemqqu.fsf@mordack.codesourcery.com>
On Tue, Sep 03, 2002 at 07:29:45PM -0700, Ricardo Anguiano wrote:
> If CATCH_ALL_TYPE has gone away, what has taken it's place?
Presumably you mean in the context of catching exceptions? NULL_TREE.
r~