Re: [Open64-devel] Code Review request for fix bug889/bug891[WOPT]

2012-01-16 Thread Sun Chan
I am ok with the change Sun On Mon, Jan 16, 2012 at 4:48 PM, Gang Yu wrote: > Hi, > >  Could a gatekeeper please help review the following bug? > > Bug case: > typedef signed char int8_t; > typedef int int32_t; > typedef long int int64_t; > typedef unsigned long int uint64_t; > struct S0 { > }; >

[Open64-devel] Code Review request for fix bug889/bug891[WOPT]

2012-01-16 Thread Gang Yu
Hi, Could a gatekeeper please help review the following bug? Bug case: typedef signed char int8_t; typedef int int32_t; typedef long int int64_t; typedef unsigned long int uint64_t; struct S0 { }; struct S1 { int8_t f2; }; int32_t g_45 = 4L; struct S0 * const g_376[9][1] = { }; struct S0 * con