https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120514
Bug ID: 120514 Summary: Build failure, possibly with C++ Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jvdelisle at gcc dot gnu.org Target Milestone: --- I am seeing this. In file included from /home/jerry/dev/usr/include/c++/16.0.0/x86_64-pc-linux-gnu/bits/gthr-default.h:35, from /home/jerry/dev/usr/include/c++/16.0.0/x86_64-pc-linux-gnu/bits/gthr.h:157, from /home/jerry/dev/usr/include/c++/16.0.0/ext/atomicity.h:37, from /home/jerry/dev/usr/include/c++/16.0.0/bits/shared_ptr_base.h:61, from /home/jerry/dev/usr/include/c++/16.0.0/bits/shared_ptr.h:53, from /home/jerry/dev/usr/include/c++/16.0.0/memory:82, from ../../trunk/libcody/cody.hh:24, from ../../trunk/libcody/internal.hh:5, from ../../trunk/libcody/buffer.cc:6: /home/jerry/dev/usr/include/c++/16.0.0/ext/concurrence.h:257:32: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘unsigned int’ in initialization 257 | __gthread_cond_t _M_cond = __GTHREAD_COND_INIT; | ^~~~~~~~~~~~~~~~~~~