]> Savannah Git Hosting - gnulib.git/commit
assert-h: Fix compilation error with gcc >= 13 on Solaris 11.
authorBruno Haible <bruno@clisp.org>
Tue, 14 Jan 2025 21:47:43 +0000 (22:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2025 08:34:25 +0000 (09:34 +0100)
commit32106ee84c51be2b1fc2e01d371d837acc8657d7
treebf65cf3cb6b0cdbe1d409bbe8d7f902d489c0e2c
parent6252c111bafc4b781637c621740af5b854c0436a
assert-h: Fix compilation error with gcc >= 13 on Solaris 11.

Reported by Pádraig Brady <P@draigBrady.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00120.html>.

* m4/assert_h.m4 (gl_ASSERT_H): Don't assume that on Solaris with gcc or
clang, static_assert works: /usr/include/assert.h is in the way.
ChangeLog
m4/assert_h.m4