This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch] simplifying C++
>>>>> "Diego" == Diego Novillo <dnovillo@redhat.com> writes:
> On Mon, 17 Jun 2002, Jason Merrill wrote:
>> > Not pretty, but that's how we're dealing with statement expressions
>> > now. Ideally, we should inline expand all these constructs.
>>
>> What do you mean? What would you expand inline?
>>
> I meant removing the block created by __with_cleanup().
You mean expanding the cleanup everywhere it would appear instead of
wrapping it around the affected block? That doesn't work for EH.
Jason