https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62023
Bug ID: 62023
Summary: [4.10 regression]
30_threads/condition_variable_any/50862.cc FAILs
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
Host: *-*-solaris2.1[01]
Target: *-*-solaris2.1[01]
Build: *-*-solaris2.1[01]
Between 20140725 (r213049) and 20140801 (r213453), the
30_threads/condition_variable_any/50862.cc started to FAIL on Solaris (both 32
and 64-bit, sparc and x86, Solaris 10 and 11):
FAIL: 30_threads/condition_variable_any/50862.cc execution test
terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std::thread: Not owner
Abort
Happens only with current libstdc++.so, ok with 4.8 one provided by vendor.
Rainer