* doc/posix-headers/stdalign.texi: Mention a clang 17 bug.
+2024-02-12 Bruno Haible <bruno@clisp.org>
+
+ stdalign: Document a clang 17 bug.
+ * doc/posix-headers/stdalign.texi: Mention a clang 17 bug.
+
2024-02-12 Bruno Haible <bruno@clisp.org>
getcwd, getcwd-lgpl: Fix configure test.
@code{alignasof} module, as such code should use @code{alignas} and
@code{alignof} without checking these two macros. (Gnulib's
now-deprecated @code{stdalign} module defines these two macros.)
+@item
+@c https://github.com/llvm/llvm-project/issues/81472
+Clang 17 does not support an @code{alignas} attribute in the
+specifier-qualifier position of a member declaration.
@end itemize
Portability problems not fixed by Gnulib: