Re: [Open64-devel] bug fix to x8664/ebo_special.cxx

2012-03-31 Thread Jian-Xin Lai
This patch looks good to me. Please go ahead. 2012/3/21 Gilmore, Doug > We found that adding new fields to the OP structure caused a > segmentation fault in the build of SPEC dealII during code generation. > > I tracked this down to a Chi node being assigned the _base field in a > POINTS_TO stru

Re: [Open64-devel] bug fix to x8664/ebo_special.cxx

2012-03-22 Thread Gilmore, Doug
> -Original Message- > From: Gilmore, Doug [mailto:doug.gilm...@amd.com] > Sent: Tuesday, March 20, 2012 6:30 PM > To: open64-devel > Subject: [Open64-devel] bug fix to x8664/ebo_special.cxx > > We found that adding new fields to the OP structure caused a > segment

[Open64-devel] bug fix to x8664/ebo_special.cxx

2012-03-20 Thread Gilmore, Doug
We found that adding new fields to the OP structure caused a segmentation fault in the build of SPEC dealII during code generation. I tracked this down to a Chi node being assigned the _base field in a POINTS_TO structure, which normally holds a pointer to ST entry, being incorrectly interpreted.