------- Comment #27 from paolo at gcc dot gnu dot org 2007-02-01 13:37 ------- Subject: Bug 14493
Author: paolo Date: Thu Feb 1 13:36:51 2007 New Revision: 121461 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121461 Log: 2007-02-01 Paolo Carlini <[EMAIL PROTECTED]> PR libstdc++/14493 * libsupc++/typeinfo (bad_cast::what, bad_typeid::what): Declare. * libsupc++/tinfo.cc: Define. * libsupc++/exception (bad_exception::what): Declare. * libsupc++/eh_exception.cc: Define. (exception::what): Adjust, don't use typeid. * libsupc++/new (bad_alloc::what): Declare. * libsupc++/new_handler.cc: Define. * config/abi/pre/gnu.ver: Export the new methods @3.4.9; adjust existing 3.4.10 exports to 3.4.9. * configure.ac: Adjust to 6.0.9. * configure: Regenerate. * testsuite/util/testsuite_abi.cc: Update. * testsuite/18_support/14493.cc: New. Added: trunk/libstdc++-v3/testsuite/18_support/14493.cc 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/libsupc++/eh_exception.cc trunk/libstdc++-v3/libsupc++/exception trunk/libstdc++-v3/libsupc++/new trunk/libstdc++-v3/libsupc++/new_handler.cc trunk/libstdc++-v3/libsupc++/tinfo.cc trunk/libstdc++-v3/libsupc++/typeinfo trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14493 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]