Re: [PATCH 01/22] Change of location_get_source_line signature

2015-09-15 Thread David Malcolm
On Mon, 2015-09-14 at 13:26 -0600, Jeff Law wrote: > On 09/10/2015 02:28 PM, David Malcolm wrote: > > location_get_source_line takes an expanded_location, but the column > > is irrelevant; it just needs a filename and line number. > > > > This change is used by, but independent of, the new implemen

Re: [PATCH 01/22] Change of location_get_source_line signature

2015-09-14 Thread Jeff Law
On 09/10/2015 02:28 PM, David Malcolm wrote: location_get_source_line takes an expanded_location, but the column is irrelevant; it just needs a filename and line number. This change is used by, but independent of, the new implementation of diagnostic_show_locus later in the kit, so am breaking t

[PATCH 01/22] Change of location_get_source_line signature

2015-09-10 Thread David Malcolm
location_get_source_line takes an expanded_location, but the column is irrelevant; it just needs a filename and line number. This change is used by, but independent of, the new implementation of diagnostic_show_locus later in the kit, so am breaking this out early. gcc/ChangeLog: * input.