[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: An update for clang >= 16
From: |
Collin Funk |
Subject: |
Re: An update for clang >= 16 |
Date: |
Mon, 05 Aug 2024 12:50:55 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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.
Collin