Author: dgilmore Date: 2011-08-16 00:54:19 -0400 (Tue, 16 Aug 2011) New Revision: 3718
Modified: trunk/osprey/be/com/wn_lower.cxx Log: Fixed bug Bug 857: problem detected by FDO at -O0 with debug compiler. Approved by Sun. Modified: trunk/osprey/be/com/wn_lower.cxx =================================================================== --- trunk/osprey/be/com/wn_lower.cxx 2011-08-12 00:15:40 UTC (rev 3717) +++ trunk/osprey/be/com/wn_lower.cxx 2011-08-16 04:54:19 UTC (rev 3718) @@ -15358,10 +15358,9 @@ } WN_Delete(tree); tree = n_tree; -#ifdef KEY - // Update pu_info (bug 6071) Set_PU_Info_tree_ptr (Current_PU_Info, tree); -#endif + if (Cur_PU_Feedback) + Cur_PU_Feedback->Reset_Root_WN(tree); } } ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel