On 1/13/19 6:33 PM, Paolo Carlini wrote:
Hi,
I think we need this patch too in order to have consistent locations for
the set of error messages about invalid initializers - most of which I
changed in patch 23 of this series - and also in order to have
consistent locations for the two cases - in class, out of class - of
ill-formed initialized typedefs. Note that when we'll consistently have
precise locations stored in the initializers we'll have to revisit the
already mentioned check in check_methods and the one changed here, in
start_decl, which currently both don't have readily available the
initializer itself. Also note that this patch relies on the patch I sent
earlier today, that is relies on a more accurate location stored in the
TYPE_DECL.
OK.
Jason