Re: [PATCH]Use unsigned int instead of int to hold alignment in emit_local function.

2015-06-23 Thread Jeff Law
On 06/04/2015 05:05 AM, Renlin Li wrote: Hi all, This is a simple patch to change the align variable (used in emit_local()) from type int to type unsigned int. It should be defined as unsigned int which is the same data type returned by symtab_node::get (decl)-definition_alignment () For the

[PING]Re: [PATCH]Use unsigned int instead of int to hold alignment in emit_local function.

2015-06-16 Thread Renlin Li
Ping~ Thank you! Renlin Li On 04/06/15 12:05, Renlin Li wrote: Hi all, This is a simple patch to change the align variable (used in emit_local()) from type int to type unsigned int. It should be defined as unsigned int which is the same data type returned by symtab_node::get

[PATCH]Use unsigned int instead of int to hold alignment in emit_local function.

2015-06-04 Thread Renlin Li
Hi all, This is a simple patch to change the align variable (used in emit_local()) from type int to type unsigned int. It should be defined as unsigned int which is the same data type returned by symtab_node::get (decl)-definition_alignment () For the maximum alignment allowed by GCC(without