This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/29722] Linking with libsupc++.a creates link time undefined references



------- 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  <bkoz@redhat.com>

        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]