http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49894
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW CC| |jason at gcc dot gnu.org Component|c++ |libstdc++ --- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-10-14 19:28:42 UTC --- The request to support ({ ... }) for array mem-initializers was rejected by core: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1339 Now that the compiler supports non-static data member initializers, the library should use that instead of a mem-initializer. ::pthread_cond_t cond = PTHREAD_COND_INITIALIZER; should work in all cases.