Re: clang 13 and __STDC_NO_ATOMICS__

2021-11-02 Thread Kurt Miller
On Nov 2, 2021, at 4:01 PM, Brad Smith wrote: > > On 11/2/2021 2:41 PM, Kurt Miller wrote: > >> On Nov 1, 2021, at 10:20 PM, Brad Smith wrote: >>> >>> On 10/28/2021 8:42 AM, Jeremie Courreges-Anglas wrote: On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: > On Thu, Oct 28 2021, Ch

Re: clang 13 and __STDC_NO_ATOMICS__

2021-11-02 Thread Stuart Henderson
On 2021/11/02 14:41, Kurt Miller wrote: > On Nov 1, 2021, at 10:20 PM, Brad Smith wrote: > > > > > > On 10/28/2021 8:42 AM, Jeremie Courreges-Anglas wrote: > >> On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: > >>> On Thu, Oct 28 2021, Christian Weisgerber wrote: > I ran an amd64 bul

Re: clang 13 and __STDC_NO_ATOMICS__

2021-11-02 Thread Kurt Miller
On Nov 1, 2021, at 10:20 PM, Brad Smith wrote: > > > On 10/28/2021 8:42 AM, Jeremie Courreges-Anglas wrote: >> On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: >>> On Thu, Oct 28 2021, Christian Weisgerber wrote: I ran an amd64 bulk build with base clang updated to LLVM 13.

Re: clang 13 and __STDC_NO_ATOMICS__

2021-11-02 Thread Patrick Wildt
On Mon, Nov 01, 2021 at 10:20:13PM -0400, Brad Smith wrote: > > On 10/28/2021 8:42 AM, Jeremie Courreges-Anglas wrote: > > On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: > > > On Thu, Oct 28 2021, Christian Weisgerber wrote: > > > > I ran an amd64 bulk build with base clang updated to LLVM

Re: clang 13 and __STDC_NO_ATOMICS__

2021-10-28 Thread Jeremie Courreges-Anglas
On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: > On Thu, Oct 28 2021, Christian Weisgerber wrote: >> I ran an amd64 bulk build with base clang updated to LLVM 13. >> >> There is substantial fallout. Java appears to be broken and there >> are numerous failures caused by clang 13 issuing new

clang 13 and __STDC_NO_ATOMICS__ (was: Re: LLVM 13 ports build failures (2021-10-27))

2021-10-28 Thread Jeremie Courreges-Anglas
On Thu, Oct 28 2021, Christian Weisgerber wrote: > I ran an amd64 bulk build with base clang updated to LLVM 13. > > There is substantial fallout. Java appears to be broken and there > are numerous failures caused by clang 13 issuing new warnings and > ports using -Werror. > > Failure logs: > htt