This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]