Author: shenruifen Date: 2012-08-23 22:44:31 -0400 (Thu, 23 Aug 2012) New Revision: 4022
Modified: trunk/osprey/be/com/clone_DST_utils.cxx Log: Fix bug 1004 : Link Error at '-Ofast ': ipa_link died due to signal 11 Reviewed by Mr SunChan Modified: trunk/osprey/be/com/clone_DST_utils.cxx =================================================================== --- trunk/osprey/be/com/clone_DST_utils.cxx 2012-08-23 04:46:36 UTC (rev 4021) +++ trunk/osprey/be/com/clone_DST_utils.cxx 2012-08-24 02:44:31 UTC (rev 4022) @@ -866,12 +866,12 @@ idx = DST_mk_inlined_subroutine (low_pc, high_pc, abstract_origin, abstract_file_dst); - DST_append_child(parent, idx); - DST_enter_cloned_childs (idx, inl_routine, symtab, caller_file_dst, callee_file_dst, file_index, TRUE, caller_file_m, callee_file_m); + + DST_append_child(parent, idx); } #if (!defined(_LEGO_CLONER)) else { ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel