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++/65630] [5 Regression] operator+ for new std::string not exported


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65630

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Mar 30 17:52:37 2015
New Revision: 221775

URL: https://gcc.gnu.org/viewcvs?rev=221775&root=gcc&view=rev
Log:
    PR libstdc++/65630
    * config/abi/pre/gnu.ver: Export operator+ for new strings.
    * testsuite/21_strings/basic_string/operators/char/65630.cc: New.
    * testsuite/21_strings/basic_string/operators/wchar_t/65630.cc: New.

Added:
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/65630.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/65630.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver


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