Re: [PATCH] Fix linemap_line_start (PR preprocessor/60436)

2014-11-25 Thread Richard Biener
On Tue, Nov 25, 2014 at 12:22 AM, Jakub Jelinek wrote: > Hi! > > As mentioned in the PR, when preprocessing very large files, if there are > huge numbers of lines where no #line is emitted, we might not detect > overflowinging into adhoc locations. > Apparently in the add_map case we already handl

[PATCH] Fix linemap_line_start (PR preprocessor/60436)

2014-11-24 Thread Jakub Jelinek
Hi! As mentioned in the PR, when preprocessing very large files, if there are huge numbers of lines where no #line is emitted, we might not detect overflowinging into adhoc locations. Apparently in the add_map case we already handle that fine, by first stopping tracking columns and after another 2