Re: [AArch64] Fix printf format warning in aarch64_print_operand

2013-06-03 Thread Marcus Shawcroft
On 03/06/13 16:17, James Greenhalgh wrote: --- gcc/ 2013-04-22 James Greenhalgh * config/aarch64/aarch64.c (aarch64_print_operand): Fix asm_fprintf format specifier in 'X' case. OK. R. Hi, This warning also occurs on gcc-4_8-branch, can I also backport the fix to the

RE: [AArch64] Fix printf format warning in aarch64_print_operand

2013-06-03 Thread James Greenhalgh
> > --- > > gcc/ > > > > 2013-04-22 James Greenhalgh > > > > * config/aarch64/aarch64.c (aarch64_print_operand): Fix > asm_fprintf > > format specifier in 'X' case. > > > > OK. > > R. Hi, This warning also occurs on gcc-4_8-branch, can I also backport the fix to there now that 4.8 is

Re: [AArch64] Fix printf format warning in aarch64_print_operand

2013-04-25 Thread Richard Earnshaw
On 22/04/13 11:56, James Greenhalgh wrote: Hello, This patch fixes the following warning in config/aarch64/aarch64.c: .../gcc/config/aarch64/aarch64.c: In function ‘void aarch64_print_operand(FILE*, rtx, char)’: .../gcc/config/aarch64/aarch64.c:3376:42: warning: format ‘%x’ expects argument

[AArch64] Fix printf format warning in aarch64_print_operand

2013-04-22 Thread James Greenhalgh
Hello, This patch fixes the following warning in config/aarch64/aarch64.c: .../gcc/config/aarch64/aarch64.c: In function ‘void aarch64_print_operand(FILE*, rtx, char)’: .../gcc/config/aarch64/aarch64.c:3376:42: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has ty