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++/43259] ext/profile/all.cc fails on Solaris



------- Comment #26 from paolo at gcc dot gnu dot org  2010-05-11 10:23 -------
Subject: Bug 43259

Author: paolo
Date: Tue May 11 10:23:20 2010
New Revision: 159269

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159269
Log:
2010-05-11  Silvius Rus  <silvius.rus@gmail.com>

        PR libstdc++/43259
        * include/profile/impl/profiler_algos.h: New.
        * include/Makefile.am: Add.
        * include/Makefile.in: Regenerate.
        * include/profile/impl/profiler.h
        (_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add.
        * include/profile/impl/profiler_trace.h
        (__mutex_t, __lock, __unlock): Remove.
        (__lock_object_table, __lock_stack_table): Remove. Replace uses with
        calls to __gnu_cxx::__mutex::lock.
        (__unlock_object_table, __unlock_stack_table): Remove. Replace uses
        with calls to __gnu_cxx::__mutex::unlock.
        (__warn, __cost_factor_writer, __cost_factor_setter): Add.
        * testsuite/ext/profile/profiler_algos.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/ext/profile/profiler_algos.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43259


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