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++/14493] std::bad_alloc::what() does not explain what happened



------- 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  <pcarlini@suse.de>

        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


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