Re: [PATCH] lto: Stream edge goto_locus [PR94235]

2020-09-06 Thread Richard Biener
On Sat, 5 Sep 2020, Jakub Jelinek wrote: > Hi! > > The following patch adds streaming of edge goto_locus (both LOCATION_LOCUS > and LOCATION_BLOCK from it), the PR shows a testcase (inappropriate for > gcc testsuite) where the lack of streaming of goto_locus results in worse > debug info. > Earli

[PATCH] lto: Stream edge goto_locus [PR94235]

2020-09-05 Thread Jakub Jelinek via Gcc-patches
Hi! The following patch adds streaming of edge goto_locus (both LOCATION_LOCUS and LOCATION_BLOCK from it), the PR shows a testcase (inappropriate for gcc testsuite) where the lack of streaming of goto_locus results in worse debug info. Earlier version of the patch (without the output_function cha