]> Savannah Git Hosting - gnulib.git/commit
std-gnu23: don’t test stdbit.h
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Nov 2024 20:07:34 +0000 (12:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Nov 2024 20:18:30 +0000 (12:18 -0800)
commit45385fc04466776af92873dec2b5de29cf65460d
tree4a6272f7701076a517f3b7939258566634b16d1a
parent69d4a320a06e158d2f1e5df678186f2e84a9f6d2
std-gnu23: don’t test stdbit.h

Although freestanding C23 compilers must support <stdbit.h>,
some current sort-of-C23 environments lack it.
We still want to use options like -std=gnu23 on such platforms.
Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00141.html
* m4/std-gnu23.m4 (_AC_C_C23_TEST_GLOBALS): Do not test stdbit.h.
ChangeLog
m4/std-gnu23.m4