This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR vs TRY_CATCH_EXPR
- To: rms at gnu dot org
- Subject: Re: CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR vs TRY_CATCH_EXPR
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sun, 20 Dec 98 05:27:00 EST
- Cc: egcs at cygnus dot com, gcc2 at gnu dot org
I agree. The goal is to make the EH facilities of GCC usable for all
languages. So the feature should always be "on". If a program uses
the EH tree codes, they should do their job.
No question about that! The issue here was front ends that *do not* use
the EH tree codes.