Re: [PATCH 12/49] Add diagnostic paths

2019-12-18 Thread David Malcolm
On Sat, 2019-12-07 at 07:45 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:22 -0500, David Malcolm wrote: > > This patch adds support for associating a "diagnostic_path" with a > > diagnostic: a sequence of events predicted by the compiler that > > leads > > to > > the problem occurring, with th

Re: [PATCH 12/49] Add diagnostic paths

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:22 -0500, David Malcolm wrote: > This patch adds support for associating a "diagnostic_path" with a > diagnostic: a sequence of events predicted by the compiler that leads > to > the problem occurring, with their locations in the user's source, > text descriptions, and stac

[PATCH 12/49] Add diagnostic paths

2019-11-15 Thread David Malcolm
This patch adds support for associating a "diagnostic_path" with a diagnostic: a sequence of events predicted by the compiler that leads to the problem occurring, with their locations in the user's source, text descriptions, and stack information (for handling interprocedural paths). For example,