[Bug libstdc++/60645] locale::facet::_S_get_c_locale does not handle __gthread_once error codes.

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 25 10:08:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The only error code specified by POSIX is EINVAL which cannot happen here,
because the pthread_once_t is statically initialized and controlled entirely by
the library.



More information about the Gcc-bugs mailing list