Collin Funk <collin.fu...@gmail.com> writes: > 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.
See https://gcc.gnu.org/PR108796 too. > > Collin