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: [tree-ssa] Another EH cfg cleanup PATCH


In message <wvld6ia38cw.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
 >On Thu, 22 May 2003 16:16:44 -0600, law@redhat.com wrote:
 >
 >> Odd.  I thought I had the code to reach from one cleanup to the
 >> next.  Very odd.
 >
 >Where?  I don't see anything that looks like it's trying to handle this.
 >
 >> Do you have some sample code handy?  I'm more than happy to poke at it.
[ ... test removed ... ]
OK, I think I've got this working.  Just to be sure, the only edge you're
aware of that we're missing is the edge which connects the last block in
of the FINALLY part of a TRY_FINALLY_EXPR to the first block in the next
outer TRY_FINALLY_EXPR.  Right?


jeff


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