Re: [PATCH] Fix a number of -Wformat-security warnings in gcc/config/*/*

2015-03-06 Thread Jeff Law
On 02/13/15 06:58, David Howells wrote: * config/avr/avr.c (avr_print_operand_address, avr_print_operand): Avoid -Wformat-security warning. * config/m68k/m68k.c (print_operand): Likewise. * config/s390/s390.c (print_operand): Likewise. * config/tilegx/tileg

[PATCH] Fix a number of -Wformat-security warnings in gcc/config/*/*

2015-02-13 Thread David Howells
* config/avr/avr.c (avr_print_operand_address, avr_print_operand): Avoid -Wformat-security warning. * config/m68k/m68k.c (print_operand): Likewise. * config/s390/s390.c (print_operand): Likewise. * config/tilegx/tilegx.c (tilegx_print_operand): Likewise. ---