Re: [PATCH] S/390: Use %qs in error messages.

2016-01-29 Thread Andreas Krebbel
On Fri, Jan 29, 2016 at 10:06:47AM +0100, Dominik Vogt wrote: > gcc/ChangeLog > > * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format > declaration name with %qs and print it in both error messages. Also > fix indentation. Applied. Thanks! -Andreas-

[PATCH] S/390: Use %qs in error messages.

2016-01-29 Thread Dominik Vogt
ect: [PATCH] S/390: Use %qs in error messages. --- gcc/config/s390/s390-c.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/config/s390/s390-c.c b/gcc/config/s390/s390-c.c index 2b6e405..cd3584b 100644 --- a/gcc/config/s390/s390-c.c +++ b/gcc/config/s390/s390-