Re: [PATCH] lto: Ensure we force a change for file/line/column after clear_line_info

2020-09-04 Thread Richard Biener
On Fri, 4 Sep 2020, Jakub Jelinek wrote: > Hi! > > As discussed yesterday: > On the streamer out side, we call clear_line_info > in multiple spots which resets the current_* values to something, but on the > reader side, we don't have corresponding resets in the same location, just > have > the

[PATCH] lto: Ensure we force a change for file/line/column after clear_line_info

2020-09-04 Thread Jakub Jelinek via Gcc-patches
Hi! As discussed yesterday: On the streamer out side, we call clear_line_info in multiple spots which resets the current_* values to something, but on the reader side, we don't have corresponding resets in the same location, just have the stream_* static variables that keep the current values