[Bug libstdc++/60662] simple use of call_once throws a system_error exception, but not if sleep_for is called beforehand

2014-04-10 Thread sambler at alumni dot nd.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662 --- Comment #2 from Stuart Ambler sambler at alumni dot nd.edu --- Using gdb on my code, it appears that the immediate problem is caused by what gthr-default.h and/or gthr-posix.h do to detect whether a program is multi-threaded, which they seem

[Bug libstdc++/60662] New: simple use of call_once throws a system_error exception, but not if sleep_for is called beforehand

2014-03-25 Thread sambler at alumni dot nd.edu
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: sambler at alumni dot nd.edu Created attachment 32457 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32457action=edit preprocessed source code