Re: [Open64-devel] A bug

2010-10-31 Thread Sun Chan
Either we remove that or fix that, regardless of not ref'd Sun On Sun, Oct 31, 2010 at 11:41 PM, Hucheng Zhou wrote: > Yes! So this bug was never exposed:) > > On Mon, Nov 1, 2010 at 2:39 PM, Yiran Wang wrote: >> >> eems like there is no reference at all > > > -- > Institute of High Performance

Re: [Open64-devel] A bug

2010-10-31 Thread Hucheng Zhou
Yes! So this bug was never exposed:) On Mon, Nov 1, 2010 at 2:39 PM, Yiran Wang wrote: > eems like there is no reference at all > -- Institute of High Performance Computing, Department of Computer Science and Technology, Tsinghua University, Beijing, China, 100084.

Re: [Open64-devel] A bug

2010-10-31 Thread Yiran Wang
luckily, it seems like there is no reference at all Regards, yiran On Mon, Nov 1, 2010 at 2:31 PM, Hucheng Zhou wrote: > opt_etable.h > > *voidReset_no_lftr(void) { _flags &= EWF_NO_LFTR; }* > * > * > *which should be:* > * > * > *voidReset_no_lftr(void) { _flags &= ~EWF

[Open64-devel] A bug

2010-10-31 Thread Hucheng Zhou
opt_etable.h *voidReset_no_lftr(void) { _flags &= EWF_NO_LFTR; }* * * *which should be:* * * *voidReset_no_lftr(void) { _flags &= ~EWF_NO_LFTR; }* * * *Thanks. * Thanks. -- Institute of High Performance Computing, Department of Computer Science and Technology, Tsinghua