Re: [Patch] [mid-end][__RTL] Account for column numbers in __RTL functions

2019-11-15 Thread Richard Biener
On Fri, 15 Nov 2019, Matthew Malcomson wrote: > The documentation for __RTL tests (see "(gccint) RTL Tests" info node) has the > following snippet. > > ``` > The parser expects the RTL body to be in the format emitted by this > dumping function: > > DEBUG_FUNCTION void > print_rtx_fun

[Patch] [mid-end][__RTL] Account for column numbers in __RTL functions

2019-11-15 Thread Matthew Malcomson
The documentation for __RTL tests (see "(gccint) RTL Tests" info node) has the following snippet. ``` The parser expects the RTL body to be in the format emitted by this dumping function: DEBUG_FUNCTION void print_rtx_function (FILE *outfile, function *fn, bool compact); when "compac