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++/41773] [4.5 Regression] Many libstdc++ failures



------- Comment #3 from paolo at gcc dot gnu dot org  2009-10-20 21:54 -------
Subject: Bug 41773

Author: paolo
Date: Tue Oct 20 21:54:22 2009
New Revision: 153040

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153040
Log:
2009-10-20  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/41773
        Revert:
        2009-10-20  Paolo Carlini  <paolo.carlini@oracle.com>

        * include/bits/basic_string.h (_S_construct(const _CharT*, size_type,
        const _Alloc&)): New, declare.
        (_S_construct(_CharT*, _CharT*, const _Alloc&),
        _S_construct(const _CharT*, const _CharT*, const _Alloc&),
        _S_construct(iterator, iterator, const _Alloc&),
        _S_construct(const_iterator, const_iterator, const _Alloc&)): New,
        forward to the latter.
        * include/bits/basic_string.tcc (_S_construct(const _CharT*,
        size_type, const _Alloc&)): Define.
        (basic_string(const basic_string&, size_type, size_type),
        basic_string(const basic_string&, size_type, size_type,
        const _Alloc&), basic_string(const _CharT*, size_type,
        const _Alloc&), basic_string(const _CharT*, const _Alloc&),
        basic_string(initializer_list<>, const _Alloc&)): Call the latter.
        * config/abi/pre/gnu.ver: Remove recently added exports.
        * src/string-inst.cc: Remove instantiations.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/include/bits/basic_string.h
    trunk/libstdc++-v3/include/bits/basic_string.tcc
    trunk/libstdc++-v3/src/string-inst.cc


-- 


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


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