------- Comment #3 from bkoz at gcc dot gnu dot org 2006-11-07 18:36 ------- Subject: Bug 29722
Author: bkoz Date: Tue Nov 7 18:36:32 2006 New Revision: 118564 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118564 Log: 2006-11-07 Benjamin Kosnik <[EMAIL PROTECTED]> PR libstdc++/29722 * include/ext/concurrence.h (concurrence_lock_error): New. (concurrence_unlock_error): New. (__throw_concurrence_lock_error): New. (__throw_concurrence_unlock_error): New. (__mutex): Use functions. (__recursive_mutex): Same. * testsuite/abi/cxx_runtime_only_linkage.cc: New. * include/ext/pb_ds/exception.hpp: Keep exception classes defined even when -fno-exceptions is passed, consistent with other usage. Added: trunk/libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/ext/concurrence.h trunk/libstdc++-v3/include/ext/pb_ds/exception.hpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29722