Re: [PING] [PATCH] testsuite: add coverage for diagnostics relating to inlining (PR tree-optimization/83336)

2017-12-18 Thread Jeff Law
On 12/18/2017 10:14 AM, David Malcolm wrote: > Is the tweak to prune.exp at the end of this patch OK? (I can self- > approve the rest of this). Yes. jeff

[PING] [PATCH] testsuite: add coverage for diagnostics relating to inlining (PR tree-optimization/83336)

2017-12-18 Thread David Malcolm
Is the tweak to prune.exp at the end of this patch OK? (I can self- approve the rest of this). On Mon, 2017-12-11 at 15:44 -0500, David Malcolm wrote: > In theory, the diagnostics subsystem can print context information on > code inlining when diagnostics are emitted by the middle-end, > describ

[PATCH] testsuite: add coverage for diagnostics relating to inlining (PR tree-optimization/83336)

2017-12-11 Thread David Malcolm
In theory, the diagnostics subsystem can print context information on code inlining when diagnostics are emitted by the middle-end, describing the chain of inlined callsites that led to a particular warning, but PR tree-optimization/83336 describes various issues with this. An underlying issue is