[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: An update for clang >= 16
From: |
Sam James |
Subject: |
Re: An update for clang >= 16 |
Date: |
Tue, 06 Aug 2024 00:31:48 +0100 |
Collin Funk <collin.funk1@gmail.com> writes:
> Hi Bruno,
>
> Bruno Haible <bruno@clisp.org> writes:
>
>> But this causes a compilation error on FreeBSD 14.0, which uses clang 16.
>> The problem is that my test case was incomplete and clang 16 fixes the
>> problem only in some circumstances, not in others.
>
> I wish they just standardized the __attribute__ syntax instead of the
> [[...]] mess which, in my opinion, is ugly. I suppose __attribute__
> isn't much better but at least there isn't the ordering mess to think
> about.
See https://gcc.gnu.org/PR108796 too.
>
> Collin