http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59830
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It should print the error code returned by the underlying pthread_once() call,
which is -1
I don't know why it's printing (unsigned long)-1 instead.
