http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Plus it is a question what to do if pthread_once fails, I mean, shall it just
assume that no threads will be used and initialize without synchronization?
Can't the initialization callback be already run when pthread_once fails?