[ast-optimizer-branch] simplifying C++

Jason Merrill jason@redhat.com
Mon Jun 17 13:32:00 GMT 2002


>>>>> "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



More information about the Gcc mailing list