Am 07.11.2023 um 15:59 schrieb David Malcolm:
On Tue, 2023-11-07 at 08:54 +0100, Simon Sobisch wrote:
Thank you for our work and providing this patch.
GCC related questions:
Is it planned to change GCC diagnostics to use libdiagnostic itself?
No. GCC uses C++ internally, and the internal
On Tue, 2023-11-07 at 08:54 +0100, Simon Sobisch wrote:
> Thank you for our work and providing this patch.
>
> GCC related questions:
>
> Is it planned to change GCC diagnostics to use libdiagnostic itself?
No. GCC uses C++ internally, and the internal diagnostic API is
written in C++. libdiagn
Thank you for our work and providing this patch.
GCC related questions:
Is it planned to change GCC diagnostics to use libdiagnostic itself?
Is it planned to "directly" add features or would the result for GCC be
identical (apart from build changes)?
So far it looks like it wouldn't be possi
Here's a work-in-progress patch for GCC that adds the implementation
of libdiagnostics. Various aspects of this need work; posting now
for early feedback on overall direction. For example, the testsuite
doesn't yet check the output from the test client programs (and I'm
not quite sure of the best