On 11/29/18 2:09 PM, Paolo Carlini wrote:
Hi,On 29/11/18 17:13, Jason Merrill wrote:+ error_at (cp_expr_loc_or_loc (osize, loc), ....+ error_at (cp_expr_loc_or_loc (osize, input_location),Let's compute the location we want to use once at the top of the function. And maybe rename the 'loc' parameter to name_loc.Makes sense. Thus I tested the attached.
OK. Jason