Re: [C++ Patch] Two literal operator template location fixes

2019-05-22 Thread Paolo Carlini
On 22/05/19 10:28, Christophe Lyon wrote: On Tue, 21 May 2019 at 13:03, Paolo Carlini wrote: Hi, also in my back queue a few more location fixes (of course ;) Tested x86_64-linux. Thanks, Paolo. Hi, I think you incorrectly committed an additional chunk: I fixed that ear

Re: [C++ Patch] Two literal operator template location fixes

2019-05-22 Thread Christophe Lyon
On Tue, 21 May 2019 at 13:03, Paolo Carlini wrote: > > Hi, > > also in my back queue a few more location fixes (of course ;) Tested > x86_64-linux. > > Thanks, Paolo. > > > Hi, I think you incorrectly committed an additional chunk: diff --git a/gcc/testsuite/g++.dg/cpp0x/decltyp

Re: [C++ Patch] Two literal operator template location fixes

2019-05-21 Thread Jason Merrill
On 5/21/19 7:03 AM, Paolo Carlini wrote: Hi, also in my back queue a few more location fixes (of course ;) Tested x86_64-linux. OK.

[C++ Patch] Two literal operator template location fixes

2019-05-21 Thread Paolo Carlini
Hi, also in my back queue a few more location fixes (of course ;) Tested x86_64-linux. Thanks, Paolo. /cp 2019-05-21 Paolo Carlini * parser.c (cp_parser_template_declaration_after_parameters): Use DECL_SOURCE_LOCATION in literal operator template errors.