Re: [PATCH 5/7] clean up quoting problems - c-family (PR 80280 et al.)

2017-05-04 Thread Martin Sebor
On 05/03/2017 09:56 AM, Joseph Myers wrote: On Tue, 2 May 2017, Martin Sebor wrote: + inform (loc, "in the expansion of concept %qE %qS", check, sub); Are you sure about this (two consecutive quoted strings, open quote of %qS following closing quote of %qE) or should it be a single

Re: [PATCH 5/7] clean up quoting problems - c-family (PR 80280 et al.)

2017-05-03 Thread Joseph Myers
On Tue, 2 May 2017, Martin Sebor wrote: > + inform (loc, "in the expansion of concept %qE %qS", check, sub); Are you sure about this (two consecutive quoted strings, open quote of %qS following closing quote of %qE) or should it be a single quoted string %<%E %S%>? -- Joseph S. Myers

[PATCH 5/7] clean up quoting problems - c-family (PR 80280 et al.)

2017-05-02 Thread Martin Sebor
The attached patch adds missing quoting to diagnostic directives in files in the cp/ directory. Martin gcc/cp/ChangeLog: * call.c (print_z_candidate): Add missing quoting to %D and other like directives. (build_op_call_1): Same. * constraint.cc (diagnose_check_constraint): Same. * mangle.c