Re: [Open64-devel] Code review for bug1011[WOPT]

2012-11-29 Thread Sun Chan
are you sure you want to inline Find_derived_symbol? Sun On Wed, Nov 28, 2012 at 11:17 AM, zhangliwei wrote: > Hi, > > Could someone review the patch for Bug1011? Thanks very much. > > > > This solution is that when the compiler improves the variable “a” alignment > from 1byte to 4byte, the deriv

[Open64-devel] Code review for bug1011[WOPT]

2012-11-27 Thread zhangliwei
Hi, Could someone review the patch for Bug1011? Thanks very much. This solution is that when the compiler improves the variable "a" alignment from 1byte to 4byte, the derived variable "a.init" alignment also change from 1 to 4. This is the patch: 1 Index: be/com/wn_lower.cxx 2 ==