gcc/libstdc++-v3/config/locale/gnu
Jason Merrill d05f74f16e re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL))
PR c++/28145
        * libsupc++/cxxabi.h (__forced_unwind, __foreign_exception):
        New classes.
        * libsupc++/eh_exception.cc: Define their destructors.
        * config/abi/pre/gnu.ver: Export their type_infos.
        * config/abi/pre/gnu-versioned-namespace.ver: Likewise.
        * libsupc++/eh_personality.cc: A handler for abi::__forced_unwind
        matches a forced unwind, and a handler for abi::__foreign_exception
        matches a foreign exception.

        * include/bits/istream.tcc: Rethrow forced unwind.
        * include/bits/ostream.tcc: Likewise.
        * include/bits/ostream_insert.h: Likewise.
        * include/bits/basic_string.tcc (operator>>, getline): Likewise.
        * include/bits/fstream.tcc (basic_filebuf::close): Likewise.
        * include/ext/vstring.cc (operator>>, getline): Likewise.
        * src/istream.cc: Likewise.
        * src/compatibility.cc (basic_istream::ignore): Likewise.
        * include/std/bitset (operator>>): Likewise.
        * include/std/fstream (basic_filebuf::close): Remove throw() spec.
        * libsupc++/cxxabi-internal.h: Split out from...
        * libsupc++/cxxabi.h: ...here.

From-SVN: r124517
2007-05-07 17:27:54 -04:00
..
c_locale.cc re PR libstdc++/31117 (c++locale.o thread-unsafe in libstdc++) 2007-04-06 23:36:56 +00:00
c_locale.h c_locale.h: Do not include <langinfo.h> and <iconv.h>. 2007-04-11 23:10:05 +00:00
c++locale_internal.h c_locale.h: Do not include <langinfo.h> and <iconv.h>. 2007-04-11 23:10:05 +00:00
codecvt_members.cc PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
collate_members.cc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
ctype_members.cc PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
messages_members.cc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
messages_members.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
monetary_members.cc re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL)) 2007-05-07 17:27:54 -04:00
numeric_members.cc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
time_members.cc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
time_members.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00