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 {
> };
>
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