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: [tree-ssa] C++ CFG issue


On Tue, 18 Mar 2003 13:24:07 -0700, law at redhat dot com wrote:

> BTW, just to be 100% sure, if the first operand of a TRY_FINALLY contains
> a RETURN_EXPR, then we need to run the code for the second operand of the
> TRY_FINALLY before actually returning, right?

Yes.

> Similarly, if the first operand of the TRY_FINALLY has a fall-thru path,
> then we need to run the code for the second operand of the TRY_FINALLY
> before falling-through to the statement after the TRY_FINALLY.  Right?

Yes.

Jason


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