Re: [Open64-devel] code review for a patch about flatten of eh ranges

2011-04-05 Thread Sun Chan
David, thx for the help. yiran, please go ahead sun On Wed, Apr 6, 2011 at 8:28 AM, David Coakley wrote: > Hi Yiran, > > This change looks right to me, but I am not a gatekeeper for this part > of the compiler. > > If you have a test case showing the consequences of the bug, I am sure > that wo

Re: [Open64-devel] code review for a patch about flatten of eh ranges

2011-04-05 Thread David Coakley
Hi Yiran, This change looks right to me, but I am not a gatekeeper for this part of the compiler. If you have a test case showing the consequences of the bug, I am sure that would help get approval. -David Coakley / AMD Open Source Compiler Engineering On Wed, Mar 30, 2011 at 6:48 AM, Yiran Wan

[Open64-devel] code review for a patch about flatten of eh ranges

2011-03-30 Thread Yiran Wang
Hi, Could a gatekeeper please review this patch? When the eh-range get flattened, this specific eh-range generated is part of the original range "j", rather than "i". Best Regards, yiran Index: osprey/be/cg/eh_region.cxx === --- os