[Bug c/78075] Need a way to tell pthread_cancel don't to the forced unwind

2016-10-22 Thread baiyang at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78075 BaiYang changed: What|Removed |Added Resolution|MOVED |FIXED --- Comment #5 from BaiYang --- (In rep

[Bug c/78075] Need a way to tell pthread_cancel don't to the forced unwind

2016-10-22 Thread baiyang at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78075 --- Comment #3 from BaiYang --- (In reply to Andrew Pinski from comment #2) > This api is controlled by glibc, please report it there. Where is it? I need report it again at another bugzilla right?

[Bug c/78075] Need a way to tell pthread_cancel don't to the forced unwind

2016-10-22 Thread baiyang at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78075 --- Comment #1 from BaiYang --- pthread_exit too, of course.

[Bug c/78075] New: Need a way to tell pthread_cancel don't to the forced unwind

2016-10-22 Thread baiyang at gmail dot com
ormal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: baiyang at gmail dot com Target Milestone: --- I want pthread_cancel not throw __forced_unwind exception, and there is no need to do the cleanup in our case. e.g.: I just want terminat

[Bug c++/42533] boost_concept_check.h - _SGIAssignableConcept broken the class self contains

2009-12-29 Thread baiyang at gmail dot com
--- Comment #1 from baiyang at gmail dot com 2009-12-29 10:43 --- PS: the above example is a typical usage of the self contain skill. In this exapmle, the coder will ensure every really usage point (i.e. every possible template instantiation point) of 'm_hProp->tblKeys' in

[Bug c++/42533] New: boost_concept_check.h - _SGIAssignableConcept broken the class self contains

2009-12-29 Thread baiyang at gmail dot com
Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: baiyang at gmail dot com GCC host triplet: OpenSolaris 2009.06 x86 GCC target triplet: OpenSolaris 2009.06 x86 http://gcc.gnu.o