Re: [PATCH 0/7] v3 of libdiagnostics

2024-11-13 Thread David Malcolm
On Wed, 2024-08-21 at 10:34 +0200, Richard Biener wrote: > On Wed, Aug 21, 2024 at 2:01 AM David Malcolm > wrote: > > > > On Tue, 2024-08-20 at 11:49 +0200, Richard Biener wrote: > > > On Thu, Aug 15, 2024 at 8:13 PM David Malcolm > > > > > > wrote: > > > > > > > > Here's v3 of my patch kit for

Re: [PATCH 0/7] v3 of libdiagnostics

2024-08-21 Thread Richard Biener
On Wed, Aug 21, 2024 at 2:01 AM David Malcolm wrote: > > On Tue, 2024-08-20 at 11:49 +0200, Richard Biener wrote: > > On Thu, Aug 15, 2024 at 8:13 PM David Malcolm > > wrote: > > > > > > Here's v3 of my patch kit for "libdiagnostics", which makes GCC's > > > diagnostics subsystem available as a s

Re: [PATCH 0/7] v3 of libdiagnostics

2024-08-20 Thread David Malcolm
On Tue, 2024-08-20 at 11:49 +0200, Richard Biener wrote: > On Thu, Aug 15, 2024 at 8:13 PM David Malcolm > wrote: > > > > Here's v3 of my patch kit for "libdiagnostics", which makes GCC's > > diagnostics subsystem available as a shared library; see: > >   https://gcc.gnu.org/wiki/libdiagnostics >

Re: [PATCH 0/7] v3 of libdiagnostics

2024-08-20 Thread Richard Biener
On Thu, Aug 15, 2024 at 8:13 PM David Malcolm wrote: > > Here's v3 of my patch kit for "libdiagnostics", which makes GCC's > diagnostics subsystem available as a shared library; see: > https://gcc.gnu.org/wiki/libdiagnostics So this is to make use of this from gas? Is the plan to move sources

[PATCH 0/7] v3 of libdiagnostics

2024-08-15 Thread David Malcolm
Here's v3 of my patch kit for "libdiagnostics", which makes GCC's diagnostics subsystem available as a shared library; see: https://gcc.gnu.org/wiki/libdiagnostics New in v3: * it bootstraps and pass regression tests * I added an opt-in configure flag: --enable-libdiagnostics, which must be en