Re: [PATCH] Emit column info even in .debug_line section

2017-02-18 Thread Jakub Jelinek
On Fri, Feb 17, 2017 at 09:33:07PM -0500, Jason Merrill wrote: > Looks fine. Passed bootstrap/regtest, I've committed both -gcolumn-info patches; thanks for review. Comparing the cc1plus debug info sizes between standard bootstrap and one with hacked default -gcolumn-info shows: -gno-column-info

Re: [PATCH] Emit column info even in .debug_line section

2017-02-17 Thread Jason Merrill
Looks fine. On Fri, Feb 17, 2017 at 1:59 PM, Jakub Jelinek wrote: > Hi! > > And here is incremental patch to provide column information even in > .debug_line (whether through .loc directives or custom .debug_line). > The patch looks large, because I had to adjust the two hooks to pass > through t

[PATCH] Emit column info even in .debug_line section

2017-02-17 Thread Jakub Jelinek
Hi! And here is incremental patch to provide column information even in .debug_line (whether through .loc directives or custom .debug_line). The patch looks large, because I had to adjust the two hooks to pass through the column information, but beyond that it is actually very simple. If the earl