]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/codecvt_specializations.h
re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return types)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 18 Mar 2015 18:08:29 +0000 (18:08 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 18 Mar 2015 18:08:29 +0000 (18:08 +0000)
commit168ad5f5e375612ea0c1ade7e719bb7370516e8e
tree27f4fe7915f682f73f9c8fbabf4e598d81c38827
parent2a9611d03b038040da9ed0f38ea25898cefdc98a
re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return types)

PR c++/65046
* config/locale/gnu/messages_members.cc (Catalog_info, Catalogs,
get_catalogs): Add abi-tag.
* include/ext/codecvt_specializations.h (encoding_state,
encoding_char_traits): Likewise.
* src/c++11/cxx11-ios_failure.cc (io_error_category): Likewise.
* src/c++11/cxx11-shim_facets.cc (__any_string::operator basic_string,
numpunct_shim, collate_shim, time_get_shim, moneypunct_shim,
money_get_shim, money_put_shim, messages_shim): Likewise.
* src/c++11/future.cc (future_error_category::message): Likewise.
* src/c++11/system_error.cc (generic_error_category::message,
system_error_category::message): Likewise.
(__sso_string): Disable -Wabi-tag warnings.

From-SVN: r221497
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/messages_members.cc
libstdc++-v3/include/ext/codecvt_specializations.h
libstdc++-v3/src/c++11/cxx11-ios_failure.cc
libstdc++-v3/src/c++11/cxx11-shim_facets.cc
libstdc++-v3/src/c++11/future.cc
libstdc++-v3/src/c++11/system_error.cc