Re: [PATCH] binutils: experimental use of libdiagnostics in gas

2023-11-07 Thread Clément Chigot
> > However, I'm not sure how you're planning to make the transition. But > > currently, it looks like libdiagnostics is either enabled and thus > > the > > new format being produced, either it's not and we do have the legacy > > format. I think the transition should be smoother than that, there >

Re: [PATCH] binutils: experimental use of libdiagnostics in gas

2023-11-07 Thread Clément Chigot
Hi David, Thanks for that interesting RFC ! I'm fully in favor of such improvements, having uniformed error messages across gcc, gas and later ld, would greatly help integration of these tools, let alone the SARIF format output. However, I'm not sure how you're planning to make the transition.

Re: [PATCH] configure: remove dependencies on gmp and mpfr when gdb is disabled

2023-01-06 Thread Clément Chigot via Gcc-patches
On Fri, Jan 6, 2023 at 9:39 AM Clément Chigot wrote: > > Since 91e0d22025e0bf2af2e364cb7214a05512a0c431, the configure checks > about GMP and MPFR for gdb builds have been moved to the toplevel > configure. > However, it doesn't take into account the --disable-gdb option. Meaning

[PATCH] configure: remove dependencies on gmp and mpfr when gdb is disabled

2023-01-06 Thread Clément Chigot via Gcc-patches
Since 91e0d22025e0bf2af2e364cb7214a05512a0c431, the configure checks about GMP and MPFR for gdb builds have been moved to the toplevel configure. However, it doesn't take into account the --disable-gdb option. Meaning that a build without gdb will require these libraries even if not needed.

[PATCH] MAINTAINERS: Update my email address.

2022-05-09 Thread Clément chigot via Gcc-patches
Update my email address in the MAINTAINERS file. ChangeLog: 2022-05-06 Clément Chigot * MAINTAINERS: Update my email address. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 87708942d39..350d04d52e3 100644 --- a/MAINTAINERS