Re: [PATCH]Keep location info when expand complex component-wise load/store.

2015-02-06 Thread Andrew Pinski
On Thu, Feb 5, 2015 at 3:22 AM, Renlin Li wrote: > Hi all, > > location information is missing when rewrite complex component-wise > load/store. > > This patch add the location info to fix the recently gcc.dg/uninit-13.c and > gcc.dg/uninit-17.c failures on arm target. The compiler warns uninitial

Re: [PATCH]Keep location info when expand complex component-wise load/store.

2015-02-05 Thread Jeff Law
On 02/05/15 04:22, Renlin Li wrote: Hi all, location information is missing when rewrite complex component-wise load/store. This patch add the location info to fix the recently gcc.dg/uninit-13.c and gcc.dg/uninit-17.c failures on arm target. The compiler warns uninitialised usage at the variab

[PATCH]Keep location info when expand complex component-wise load/store.

2015-02-05 Thread Renlin Li
Hi all, location information is missing when rewrite complex component-wise load/store. This patch add the location info to fix the recently gcc.dg/uninit-13.c and gcc.dg/uninit-17.c failures on arm target. The compiler warns uninitialised usage at the variable's declaration location instead