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()
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
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