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++/25824] --disable-hosted-libstdcxx causes build break in eh_globals.cc



------- Comment #3 from paolo at gcc dot gnu dot org  2006-01-18 11:22 -------
Subject: Bug 25824

Author: paolo
Date: Wed Jan 18 11:22:10 2006
New Revision: 109883

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109883
Log:
2006-01-18  Perry Smith  <pedz@easesoftware.net>

        PR libstdc++/25823
        PR libstdc++/25824
        * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
        * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.

2006-01-18  Paolo Carlini  <pcarlini@suse.de>

        * include/ext/pb_assoc/detail/value_type_adapter/
        value_type_adapter.hpp: Include <tr1/type_traits>.
        * include/ext/pb_assoc/detail/value_type_adapter/
        it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
        Use tr1::aligned_storage and tr1::alignment_of.
        (it_value_type_traits_<>::buf_t): Remove.
        (it_value_type_traits_<>::make_valid, recast): Adjust.

Modified:
    trunk/libstdc++-v3/ChangeLog
   
trunk/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/it_value_type_traits.hpp
   
trunk/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/value_type_adapter.hpp
    trunk/libstdc++-v3/libsupc++/eh_alloc.cc
    trunk/libstdc++-v3/libsupc++/eh_globals.cc


-- 


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


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