Author: dgilmore Date: 2011-01-11 16:53:09 -0500 (Tue, 11 Jan 2011) New Revision: 3453
Modified: trunk/osprey/ipa/local/ipl_summarize_template.h Log: Fixed bug 719, ipl can assert (or fault) whne -tf<n> option is supplied. Approved by Sun. Modified: trunk/osprey/ipa/local/ipl_summarize_template.h =================================================================== --- trunk/osprey/ipa/local/ipl_summarize_template.h 2011-01-11 17:49:40 UTC (rev 3452) +++ trunk/osprey/ipa/local/ipl_summarize_template.h 2011-01-11 21:53:09 UTC (rev 3453) @@ -2893,7 +2893,10 @@ SUMMARY_SYMBOL* sym = New_symbol(); - if (Get_Trace(TKIND_IR, TP_IPL)) { + // Using Get_Trace(TKIND_IR, TP_IPL) as the condition in the + // if statement below is incorrect, since symbol + // names may not be extracted when -tf<n> is supplied. + if (Tracing_Enabled) { Save_Symbol_Name(st); } ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel