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
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