Hi Bruno, Bruno Haible <br...@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