]> 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:16:13 +0000 (09:16 +0100)
commitd96c65530f3c5f8f0ad7e76b581f7f5f597366c9
tree4487b52a6b70e640caf104e3e7e5d4026757bb3a
parent5b340d87805e71071395519f7b8221fa6d7be6ef
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