This is the mail archive of the gcc-patches@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: [tuples] C++: handle cleanups


On 10/18/07, Aldy Hernandez <aldyh@redhat.com> wrote:
> [Diego, I have made EXC_PTR_EXPR a RHS operand.  I hope this is ok.  We
> need this so we can pass the exception object to function calls.]

Yeah, if we need to keep these things for later, then making them
single operands is the best way to go.

> This patch makes cleanups work.  Well, as working as it can get, without
> being able to fully test.  It's mostly a conversion to tuples for
> cleanups.

Cool!


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