RE: [AArch64] Fix some warnings about unused variables.

2013-01-02 Thread James Greenhalgh
> OK. > > R. Thanks Richard, I've also backported this to aarch64-4.7-branch and committed it as revision 194808. Cheers, James Greenhalgh

Re: [AArch64] Fix some warnings about unused variables.

2012-12-18 Thread Richard Earnshaw
On 18/12/12 14:02, James Greenhalgh wrote: Hi, This straightforward patch fixes the following warnings I see when building for AArch64. gcc/config/aarch64/aarch64.c:6385:7: warning: unused variable ‘reg’ [-Wunused-variable] gcc/config/aarch64/aarch64.c:6385:12: warning: unused variable ‘mem’

[AArch64] Fix some warnings about unused variables.

2012-12-18 Thread James Greenhalgh
Hi, This straightforward patch fixes the following warnings I see when building for AArch64. gcc/config/aarch64/aarch64.c:6385:7: warning: unused variable ‘reg’ [-Wunused-variable] gcc/config/aarch64/aarch64.c:6385:12: warning: unused variable ‘mem’ [-Wunused-variable] gcc/config/aarch64/aarch6