Re: [PATCH v2 0/3] Fix building with clang

2022-10-21 Thread Daniel Kiper
On Fri, Oct 21, 2022 at 01:32:58PM +, Darren Kenny wrote: > The abiltiy to build with clang was broken in the last release after the > upgrade of gnulib, but it would also appear to have been broken too with > versions of clang prior to 8.0.0. > > There were two main issues: > > - The use of __

[PATCH v2 0/3] Fix building with clang

2022-10-21 Thread Darren Kenny
The abiltiy to build with clang was broken in the last release after the upgrade of gnulib, but it would also appear to have been broken too with versions of clang prior to 8.0.0. There were two main issues: - The use of __builtin_trap in the abort() macro. This builtin doesn't exist for clang