This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch] simplifying C++
- From: Richard Henderson <rth at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Diego Novillo <dnovillo at redhat dot com>, Daniel Berlin <dberlin at dberlin dot org>, gcc at gcc dot gnu dot org
- Date: Mon, 17 Jun 2002 13:36:07 -0700
- Subject: Re: [ast-optimizer-branch] simplifying C++
- References: <wvlsn3l6g8o.fsf@prospero.cambridge.redhat.com>
On Mon, Jun 17, 2002 at 05:07:35PM +0100, Jason Merrill wrote:
> I think it's best to leave the cleanup in this structured form initially,
> and deal with adding it to the various block exits later.
Absolutely. Similarly with try/catch blocks.
r~