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
===================================================================
--- osprey/be/cg/eh_region.cxx  (revision 1192)
+++ osprey/be/cg/eh_region.cxx  (revision 1193)
@@ -1122,7 +1122,7 @@
           last_child = first_child = i;
         if ( first_child != no_child && i != last_child )
         {
-          EH_RANGE new_range (range_list[i].rid);
+          EH_RANGE new_range (range_list[j].rid);
           new_range.start_label = range_list[last_child].end_label;
           new_range.end_label = range_list[i].start_label;
           new_range.end_bb = Get_Label_BB(range_list[i].start_label);

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to