Re: [Open64-devel] Review request for bug 746

2011-03-31 Thread Jian-Xin Lai
This patch is for the bug 746: http://bugs.open64.net/show_bug.cgi?id=746 It looks fine to me. Please remember to add the bug# to your commit log. 2011/3/30 Richard D. Li > Hi, > > Could a gatekeeper review this patch? > > The bug happens in function Is_Aggregate_Init_Zero_Struct, > which was a

[Open64-devel] Review request for bug 746

2011-03-29 Thread Richard D. Li
Hi, Could a gatekeeper review this patch? The bug happens in function Is_Aggregate_Init_Zero_Struct, which was adapted from AGGINIT::Traverse_Aggregate_Struct. Some code enclosed by "#ifndef KEY" in the latter was incorrectly included in the former, leading to the bug. This patch removes the off