Re: [PATCH 3/4] Extract deferred-location handling from jit

2016-05-06 Thread Richard Biener
On Wed, May 4, 2016 at 10:49 PM, David Malcolm wrote: > In order to faithfully load RTL dumps that contain references to > source locations, the RTL frontend needs to be able to parse file > and line information and turn then into location_t values. > > Unfortunately, the

[PATCH 3/4] Extract deferred-location handling from jit

2016-05-04 Thread David Malcolm
In order to faithfully load RTL dumps that contain references to source locations, the RTL frontend needs to be able to parse file and line information and turn then into location_t values. Unfortunately, the libcpp API makes it rather fiddly to create location_t values from a sequence of