[Open64-devel] code review request bug fix 759

2011-04-04 Thread Min Zhao
Hi, Would a gatekeeper please review my change for bug 759? https://bugs.open64.net/show_bug.cgi?id=759 The issue is segmentation fault in DCE when we turned on WSSA for compiling 254.gap. The problem seems obvious. Inside the opt_dce.cxx (Remove_dead_statements), it examines "bb->Succ()->Node()

Re: [Open64-devel] code review request bug fix 759

2011-04-04 Thread Sun Chan
looks fine to me Sun On Tue, Apr 5, 2011 at 3:23 AM, Min Zhao wrote: > Hi, > > Would a gatekeeper please review my change for bug 759? > https://bugs.open64.net/show_bug.cgi?id=759 > > The issue is segmentation fault in DCE when we turned on WSSA for compiling > 254.gap. > > The problem seems obv

[Open64-devel] r3534 - trunk/osprey/be/opt

2011-04-04 Thread svn
Author: minz Date: 2011-04-04 19:02:37 -0400 (Mon, 04 Apr 2011) New Revision: 3534 Modified: trunk/osprey/be/opt/opt_dce.cxx Log: Fixing bug759: The issue is segmentation fault in DCE when WSSA is turned on for compiling 254.gap. The problem seems obvious. Inside the opt_dce.cxx (Remove_dea