This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 quoted string
%<%E %S%>?

I suspect you're right.  I've changed it to the latter.

Thanks
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]