On 7/9/19 6:10 AM, Paolo Carlini wrote:
Hi,On 08/07/19 23:44, Jason Merrill wrote:On 6/23/19 7:58 AM, Paolo Carlini wrote:How about adding a smallest_type_location overload that just takes declspecs?+ error_at (smallest_type_location (get_type_quals (declspecs), + declspecs->locations),Sure. The below has an additional location fixlet which I noticed over the last days, for "complex invalid for". Tested x86_64-linux, as usual.
OK, thanks. Jason