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++/41005] [C++0x] Unable to link fstream open and ctor with std::string argument.



------- Comment #9 from redi at gcc dot gnu dot org  2009-08-26 19:03 -------
Subject: Bug 41005

Author: redi
Date: Wed Aug 26 19:03:24 2009
New Revision: 151126

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151126
Log:
2009-08-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

        PR libstdc++/41005
        * configure.ac: Bump libtool_VERSION to 6:14:0.
        * configure: Regenerate.
        * src/Makefile.am: Compile fstream-inst.cc as C++0x.
        * src/Makefile.in: Regenerate.
        * config/abi/pre/gnu.ver: Add new symbols and disambiguate old ones,
        move <future> symbols to 3.4.14 version.
        * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.14 version.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/src/Makefile.am
    trunk/libstdc++-v3/src/Makefile.in
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc


-- 


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


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