Re: C PATCH to improve location for abstract declarators (PR c/71362)

2016-06-06 Thread Joseph Myers
On Fri, 3 Jun 2016, Marek Polacek wrote: > This fixes an imprecise location info with abstract declarators. The problem > was that when we build_id_declarator, the default location was input_location > and we never attempted to use a more precise location. This patch does it. > > Bootstrapped/r

C PATCH to improve location for abstract declarators (PR c/71362)

2016-06-03 Thread Marek Polacek
This fixes an imprecise location info with abstract declarators. The problem was that when we build_id_declarator, the default location was input_location and we never attempted to use a more precise location. This patch does it. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2016-06-03